Skip to content

Commit

Permalink
Fixed #33 issue. Releasing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Gentili committed Dec 9, 2023
1 parent c3cdfe0 commit ee8768a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,10 @@
<Require-Capability>osgi.ee;filter:="(&amp;(osgi.ee=JavaSE)(version=1.8))"</Require-Capability>
<Import-Package>
javax.tools,
io.github.toolfactory.jvm.*;version="9.6.0",
org.burningwave.jvm;version="${burningwave-jvm-driver.version}";resolution:=optional,
org.slf4j;version="1.7.0";resolution:=optional
io.github.toolfactory.jvm;version="9.6.0",
io.github.toolfactory.jvm.util;version="9.6.0",
org.slf4j;version="1.7.0";resolution:=optional,
org.burningwave.jvm;version="8.15.0";resolution:=optional
</Import-Package>
<Multi-Release>true</Multi-Release>
<_dsannotations>*</_dsannotations><!-- Enable processing of OSGI DS component annotations -->
Expand Down

0 comments on commit ee8768a

Please sign in to comment.