#644 - Removed Bundlor Maven plugin.
This commit is contained in:
18
pom.xml
18
pom.xml
@@ -78,7 +78,6 @@
|
||||
<jsonpath.version>2.2.0</jsonpath.version>
|
||||
<slf4j.version>1.7.22</slf4j.version>
|
||||
<evo.version>1.2.1</evo.version>
|
||||
<bundlor.failOnWarnings>true</bundlor.failOnWarnings>
|
||||
<source.level>1.6</source.level>
|
||||
</properties>
|
||||
|
||||
@@ -635,23 +634,6 @@
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>com.springsource.bundlor</groupId>
|
||||
<artifactId>com.springsource.bundlor.maven</artifactId>
|
||||
<version>1.0.0.RELEASE</version>
|
||||
<configuration>
|
||||
<failOnWarnings>${bundlor.failOnWarnings}</failOnWarnings>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>bundlor</id>
|
||||
<goals>
|
||||
<goal>bundlor</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
|
||||
16
template.mf
16
template.mf
@@ -1,16 +0,0 @@
|
||||
Bundle-SymbolicName: org.springframework.hateoas
|
||||
Bundle-Name: Spring HATEOAS
|
||||
Bundle-Vendor: SpringSource
|
||||
Bundle-ManifestVersion: 2
|
||||
Import-Template:
|
||||
com.fasterxml.jackson.*;version="${jackson.version:[=.=.=,+1.0.0)}";resolution:=optional,
|
||||
com.jayway.jsonpath.*;version="${jsonpath.version:[=.=.=,+1.0.0)}";resolution:=optional,
|
||||
javax.servlet.*;version="[2.5,4.0)";resolution:=optional,
|
||||
javax.ws.rs.*;version="${jaxrs.version:[=.=.=,+1.0.0)}";resolution:=optional,
|
||||
javax.xml.bind.*;version="0",
|
||||
lombok.*;version="0";resolution:=optional,
|
||||
net.minidev.json.*;version="${minidevjson.version:[=.=.=,+1.0.0)}";resolution:=optional,
|
||||
org.aopalliance.*;version="[1.0.0,2.0.0)";resolution:=optional,
|
||||
org.atteo.evo.inflector.*;version="${evo.version:[=.=.=,+1.0.0)}";resolution:=optional,
|
||||
org.springframework.plugin.*;version="[0.8.0,2.0.0)";resolution:=optional,
|
||||
org.springframework.*;version="${spring.version:[=.=.=,+1.1.0)}";resolution:=optional
|
||||
Reference in New Issue
Block a user