Skip to content

Commit c26d02c

Browse files
committed
Fix OSGI Exports
1 parent 36fafb2 commit c26d02c

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
@@ -45,6 +45,7 @@
4545
<jacoco.version>0.8.5</jacoco.version>
4646
<kotlin.code.style>official</kotlin.code.style>
4747
<test.containers.version>1.14.3</test.containers.version>
48+
<osgi.export>org.mybatis.dynamic.sql.*;version=${project.version};-noimport:=true</osgi.export>
4849
</properties>
4950

5051
<build>

0 commit comments

Comments
 (0)