JENA-879: scope test
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/a7bf9cbf Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/a7bf9cbf Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/a7bf9cbf Branch: refs/heads/master Commit: a7bf9cbfdb64255a01ddcf21eba4962b687f209f Parents: 3c85fc1 Author: Stian Soiland-Reyes <[email protected]> Authored: Tue Feb 3 02:05:07 2015 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Feb 9 10:03:57 2015 +0000 ---------------------------------------------------------------------- apache-jena-osgi/jena-osgi-test/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/a7bf9cbf/apache-jena-osgi/jena-osgi-test/pom.xml ---------------------------------------------------------------------- diff --git a/apache-jena-osgi/jena-osgi-test/pom.xml b/apache-jena-osgi/jena-osgi-test/pom.xml index 4c671a1..5745179 100644 --- a/apache-jena-osgi/jena-osgi-test/pom.xml +++ b/apache-jena-osgi/jena-osgi-test/pom.xml @@ -46,6 +46,7 @@ <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> <version>5.0.0</version> + <scope>provided</scope> </dependency> <dependency> @@ -58,6 +59,7 @@ <groupId>org.ops4j.pax.logging</groupId> <artifactId>pax-logging-log4j2</artifactId> <version>${pax.logging.version}</version> + <scope>test</scope> </dependency> <dependency> <groupId>org.ops4j.pax.logging</groupId>
