Skip to content

Commit

Permalink
Removed failing condition until proper fix for OSGi is identified
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Mar 6, 2020
1 parent adebf2a commit 86bf87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bnd.bnd
@@ -1,4 +1,4 @@
Export-Package: net.fortuna.ical4j.*
Import-Package: groovy.*;resolution:=optional, org.codehaus.groovy*;resolution:=optional, javax.cache*;resolution:=optional, *
Require-Capability: osgi.extender;filter:="(osgi.extender=osgi.serviceloader.processor)", osgi.serviceloader;filter:="(osgi.serviceloader=net.fortuna.ical4j.model.*)";cardinality:=multiple
Require-Capability: osgi.extender;filter:="(osgi.extender=osgi.serviceloader.processor)"
Automatic-Module-Name: org.mnode.ical4j.core

0 comments on commit 86bf87e

Please sign in to comment.