You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2021/09/16 10:32:27 UTC

[jena] branch main updated: Fix OSGi import for titanium dependency

This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new 5a3452c  Fix OSGi import for titanium dependency
     new 7b2814c  Merge pull request #1072 from acoburn/osgi-imports-jsonld
5a3452c is described below

commit 5a3452c505920cfeded2176420af54604f87c889
Author: Aaron Coburn <ac...@apache.org>
AuthorDate: Mon Sep 13 20:15:11 2021 -0400

    Fix OSGi import for titanium dependency
---
 apache-jena-osgi/jena-osgi/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/apache-jena-osgi/jena-osgi/pom.xml b/apache-jena-osgi/jena-osgi/pom.xml
index c680b86..cb53779 100644
--- a/apache-jena-osgi/jena-osgi/pom.xml
+++ b/apache-jena-osgi/jena-osgi/pom.xml
@@ -279,6 +279,9 @@
               !com.google.errorprone.annotations.*,
               !com.google.appengine.api,
               !com.google.apphosting.api,
+              com.apicatalog.jsonld.*;resolution:=optional,
+              com.apicatalog.rdf.*;resolution:=optional,
+              jakarta.json;resolution:=optional,
               org.apache.logging.*;resolution:=optional,
               sun.misc;resolution:=optional,
               *