We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DynamicImport-Package: *
1 parent 8e93997 commit 4695414Copy full SHA for 4695414
pom.xml
@@ -44,6 +44,7 @@
44
<clirr.comparisonVersion>3.0.3</clirr.comparisonVersion>
45
<osgi.export>org.apache.ibatis.*;version=${project.version};-noimport:=true</osgi.export>
46
<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>
48
</properties>
49
<reporting>
50
<plugins>
0 commit comments