Skip to content

Commit

Permalink
Merge 7bbf191 into 5eefb8c
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiggott committed Dec 5, 2023
2 parents 5eefb8c + 7bbf191 commit c4028fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<module.name>org.mybatis</module.name>

<!-- OSGI Data -->
<osgi.export>org.apache.ibatis.*;version=${project.version};-noimport:=true</osgi.export>
<osgi.export>org.apache.ibatis.*;version=${project.version};-noimport:=true,org.apache.ibatis.javassist.util.proxy;version=${project.version};-noimport:=true</osgi.export>
<osgi.import>*;resolution:=optional</osgi.import>
<osgi.dynamicImport>*</osgi.dynamicImport>

Expand Down

0 comments on commit c4028fb

Please sign in to comment.