Skip to content

Commit 4695414

Browse files
committed
added missing DynamicImport-Package: * OSGi header in the MANIFEST, thanks to Andrea Selva
1 parent 8e93997 commit 4695414

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<clirr.comparisonVersion>3.0.3</clirr.comparisonVersion>
4545
<osgi.export>org.apache.ibatis.*;version=${project.version};-noimport:=true</osgi.export>
4646
<osgi.import>net.sf.cglib.proxy;resolution:=optional,org.apache.commons.logging;resolution:=optional,org.apache.log4j;resolution:=optional,org.slf4j;resolution:=optional,*</osgi.import>
47+
<osgi.dynamicImport>*</osgi.dynamicImport>
4748
</properties>
4849
<reporting>
4950
<plugins>

0 commit comments

Comments
 (0)