Skip to content

Commit a29cf45

Browse files
authored
Merge pull request #288 from graphql-java-kickstart/bugfix/narrow-osgi-capability
Narrow require capability to component fix #276
2 parents 6fc95cd + 3f224fc commit a29cf45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graphql-java-servlet/bnd.bnd

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Export-Package: graphql.kickstart.servlet.*
2-
Require-Capability: osgi.extender
2+
Require-Capability: osgi.extender;
3+
filter:="(&(osgi.extender=osgi.component)(version>=1.3)(!(version>=2.0)))"

0 commit comments

Comments
 (0)