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:47 UTC

[jena] branch JENA-1742 created (now db2706d)

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

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


      at db2706d  JENA-1742: Fix OSGi imports

This branch includes the following new commits:

     new db2706d  JENA-1742: Fix OSGi imports

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ac...@apache.org.
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>