Skip to content

Commit 7408ff5

Browse files
committed
fixed the OSGi export property
1 parent 859611f commit 7408ff5

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
@@ -24,6 +24,7 @@
2424
<properties>
2525
<findbugs.onlyAnalyze>org.apache.ibatis.*</findbugs.onlyAnalyze>
2626
<clirr.comparisonVersion>3.0.2</clirr.comparisonVersion>
27+
<osgi.export>org.apache.ibatis.*;version=${project.version};-noimport:=true</osgi.export>
2728
<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>
2829
</properties>
2930
<reporting>

0 commit comments

Comments
 (0)