Skip to content

Commit e99ca76

Browse files
authored
Merge pull request #296 from benfortuna/bugfix/suppress-lombok-imports
Bugfix/suppress lombok imports
2 parents fb69545 + 0e16aae commit e99ca76

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

graphql-java-kickstart/bnd.bnd

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
Export-Package: graphql.kickstart.*
2+
Import-Package: !lombok,*

graphql-java-servlet/bnd.bnd

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

0 commit comments

Comments
 (0)