Skip to content

Commit

Permalink
Fix jinjava optional imports (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <[email protected]>
  • Loading branch information
J-N-K authored Sep 1, 2024
1 parent de6c8fc commit 848bc19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions com.hubspot.jinjava.jinjava/osgi.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Bundle-Name: ${project.name}
Bundle-License: Apache 2.0 License
Bundle-Version: ${project.version}
Import-Package: \
javax.annotation.*;resolution:=optional; \
com.googlecode.ipv6.*;resolution:=optional; \
*
Export-Package: \
!NOTICE, \
Expand Down

0 comments on commit 848bc19

Please sign in to comment.