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 <[email protected]> Authored: Wed Feb 28 23:54:17 2018 +0000 Committer: Stian Soiland-Reyes <[email protected]> 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) -->
