Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Excluded package for JSR305-annotation from OSGi imports as this annotations are not required at runtime.
  • Loading branch information
Juergen Fickel committed Feb 6, 2018
1 parent 8534d6d commit 1bb331c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions signals/commands/live/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
<configuration>
<instructions>
<Import-Package>
!org.eclipse.ditto.utils.jsr305.annotations,
org.eclipse.ditto.*
</Import-Package>
<Export-Package>
Expand Down

0 comments on commit 1bb331c

Please sign in to comment.