You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ac...@apache.org on 2019/08/22 13:46:48 UTC

[jena] 01/01: JENA-1742: Fix OSGi imports

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

acoburn pushed a commit to branch JENA-1742
in repository https://gitbox.apache.org/repos/asf/jena.git

commit db2706d88aebff2f27ff3367d6bd5117d99912b8
Author: Aaron Coburn <ac...@apache.org>
AuthorDate: Thu Aug 22 09:45:53 2019 -0400

    JENA-1742: Fix OSGi imports
    
    Add exclusion for google appengine and apphosting packages
---
 apache-jena-osgi/jena-osgi/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/apache-jena-osgi/jena-osgi/pom.xml b/apache-jena-osgi/jena-osgi/pom.xml
index d65f419..ce52743 100644
--- a/apache-jena-osgi/jena-osgi/pom.xml
+++ b/apache-jena-osgi/jena-osgi/pom.xml
@@ -261,6 +261,8 @@
               !org.apache.jena.ext.*,
               !org.checkerframework.checker.*,
               !com.google.errorprone.annotations.*,
+              !com.google.appengine.api,
+              !com.google.apphosting.api,
               sun.misc;resolution:=optional,
               *
             </Import-Package>