From 17981e77e5fb21f2d853260d6386a5f8b9ff85dc Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 13 Oct 2017 17:54:49 +0200 Subject: [PATCH] #644 - Removed Bundlor Maven plugin. --- pom.xml | 18 ------------------ template.mf | 16 ---------------- 2 files changed, 34 deletions(-) delete mode 100644 template.mf diff --git a/pom.xml b/pom.xml index 7c218878..16aa7a8c 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,6 @@ 2.2.0 1.7.22 1.2.1 - true 1.6 @@ -635,23 +634,6 @@ - - com.springsource.bundlor - com.springsource.bundlor.maven - 1.0.0.RELEASE - - ${bundlor.failOnWarnings} - - - - bundlor - - bundlor - - - - - org.apache.maven.plugins maven-jar-plugin diff --git a/template.mf b/template.mf deleted file mode 100644 index d42f7584..00000000 --- a/template.mf +++ /dev/null @@ -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