You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by st...@apache.org on 2018/02/28 23:55:02 UTC

[8/9] commons-rdf git commit: commons-rdf-simple now only needed for tests in jena

commons-rdf-simple now only needed for tests in jena


Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/3789bad5
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/3789bad5
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/3789bad5

Branch: refs/heads/fluent-parser-impl
Commit: 3789bad539aa630a8eccb99c1778ffffe0da65ea
Parents: d33b803
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Feb 28 23:54:17 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Feb 28 23:54:17 2018 +0000

----------------------------------------------------------------------
 commons-rdf-jena/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/3789bad5/commons-rdf-jena/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rdf-jena/pom.xml b/commons-rdf-jena/pom.xml
index bf7df56..e7dfdff 100644
--- a/commons-rdf-jena/pom.xml
+++ b/commons-rdf-jena/pom.xml
@@ -50,6 +50,7 @@
 			<groupId>${project.parent.groupId}</groupId>
 			<artifactId>commons-rdf-simple</artifactId>
 			<version>${project.version}</version>
+			<scope>test</scope>
 		</dependency>
 		<!-- Uncomment below and disable jena-osgi to access the regular non-osgi 
 			 Jena dependencies (e.g. for debugging) -->