Skip to content
This repository was archived by the owner on Aug 31, 2018. It is now read-only.

Commit ebea40b

Browse files
relax OSGi import for javax.servlet.* to [3.0,5)
1 parent 9413fa3 commit ebea40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsftemplating/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<instructions>
8686
<Bundle-Name>com.sun.jsftemplating</Bundle-Name>
8787
<excludeDependencies>javax.faces</excludeDependencies>
88-
<Import-Package>com.sun.data.provider.*;resolution:=optional;password=GlassFish,!com.sun.jsftemplating.annotation.*,*</Import-Package>
88+
<Import-Package>com.sun.data.provider.*;resolution:=optional;password=GlassFish,!com.sun.jsftemplating.annotation.*,javax.servlet.*;version="[3.0,5)",*</Import-Package>
8989
<Export-Package>!com.sun.jsftemplating.annotation.*,!com.sun.data.*,com.sun.jsftemplating.*;version=${project.osgi.version}</Export-Package>
9090
</instructions>
9191
</configuration>

0 commit comments

Comments
 (0)