diff --git a/pom.xml b/pom.xml index 5f688b0c..49421f0d 100644 --- a/pom.xml +++ b/pom.xml @@ -99,6 +99,25 @@ + + + + + org.apache.felix + maven-bundle-plugin + 2.1.0 + true + + + J2SE-1.4 + <_versionpolicy>[$(@),$(version;=+;$(@))) + + + + + + + org.apache.maven.plugins diff --git a/slf4j-api/pom.xml b/slf4j-api/pom.xml index 4e3be809..2518e372 100644 --- a/slf4j-api/pom.xml +++ b/slf4j-api/pom.xml @@ -12,7 +12,7 @@ org.slf4j slf4j-api - jar + bundle SLF4J API Module http://www.slf4j.org @@ -20,7 +20,7 @@ - + @@ -39,6 +39,21 @@ + org.apache.felix + maven-bundle-plugin + + + org.slf4j.*;version="${project.version}" + + !org.slf4j.impl.*, + * + + + + + + + org.apache.maven.plugins @@ -85,7 +100,7 @@ - + diff --git a/slf4j-scala-api/pom.xml b/slf4j-scala-api/pom.xml index 7ab9ef15..9ce57f28 100644 --- a/slf4j-scala-api/pom.xml +++ b/slf4j-scala-api/pom.xml @@ -57,7 +57,7 @@ ${project.version} test - + @@ -102,90 +102,23 @@ org.apache.felix maven-bundle-plugin - 2.1.0 - true - + J2SE-1.5,JavaSE-1.6 org.slf4j.scala.*;version="${project.version}" scala.*;version="[${scala.version},${scala.version}]", * - <_versionpolicy>[$(@),$(version;=+;$(@))) - - - - - - - +