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 2018/02/08 16:22:48 UTC

[2/5] jena git commit: Comment out elephas - system provided tools.jar has gone in Java9

Comment out elephas - system provided tools.jar has gone in Java9


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/42304cb5
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/42304cb5
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/42304cb5

Branch: refs/heads/master
Commit: 42304cb55e5bb812ef50b6835c5b50e697b2c533
Parents: 6c4cba7
Author: Andy Seaborne <an...@apache.org>
Authored: Fri Feb 2 17:58:01 2018 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Fri Feb 2 17:58:01 2018 +0000

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/42304cb5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index aec4129..a67d0b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -261,7 +261,9 @@
 
         <!-- Slow building modules -->
         <module>jena-jdbc</module>
+        <!-- Fails for Java9 build.
         <module>jena-elephas</module>
+        -->
         <module>apache-jena-osgi</module>
       </modules>
     </profile>