Skip to content

Commit

Permalink
fix: Export-Package tag
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanCapistrano committed Oct 9, 2023
1 parent e7dc5b6 commit a1722a9
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 @@ -29,7 +29,7 @@
</Embed-Dependency>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Version>${project.version}</Bundle-Version>
<Export-Package>${project.groupId}.*;version=${project.version}</Export-Package>
<Export-Package>dlt.client.tangle.hornet.*;version=${project.version}</Export-Package>
<Import-Package>javax.net.*;</Import-Package>
</instructions>
</configuration>
Expand Down

0 comments on commit a1722a9

Please sign in to comment.