Skip to content

Commit

Permalink
Merge pull request #2045 from kenwenzel/issues/GH-2043_runtime_osgi_o…
Browse files Browse the repository at this point in the history
…ptional_imports

GH-2043 make more imports optional of runtime-osgi
  • Loading branch information
abrokenjester authored Mar 29, 2020
2 parents 59eb412 + 57ee6ef commit 54811bb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tools/runtime-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,16 @@
<instructions>
<Bundle-SymbolicName>org.eclipse.rdf4j</Bundle-SymbolicName>
<Export-Package>!*text-base,!*prop-base,org.eclipse.rdf4j.*</Export-Package>
<Import-Package>org.slf4j.*, org.eclipse.rdf4j.*;version=0, javax.*;resolution:=optional, org.apache.*;resolution:=optional, org.springframework.*;resolution:=optional, *</Import-Package>
<Import-Package>
org.slf4j.*,
javax.*;resolution:=optional,
org.apache.*;resolution:=optional,
org.springframework.*;resolution:=optional,
org.locationtech;resolution:=optional,
org.elasticsearch;resolution:=optional,
ch.qos.logback;resolution:=optional,
*
</Import-Package>
<Embed-Dependency>*; groupId=org.eclipse.rdf4j; scope=compile|runtime; type=!pom; inline=true</Embed-Dependency>
<Embed-Transitive>true</Embed-Transitive>
</instructions>
Expand Down

0 comments on commit 54811bb

Please sign in to comment.