JENA-879: pax-exam-container-native instead of -forked
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/ee932a15 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/ee932a15 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/ee932a15 Branch: refs/heads/master Commit: ee932a158c0ecb404432b40c89abd3f2772863ad Parents: 761a81c Author: Stian Soiland-Reyes <[email protected]> Authored: Tue Feb 3 00:42:46 2015 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Feb 9 10:03:55 2015 +0000 ---------------------------------------------------------------------- apache-jena-osgi/jena-osgi-test/pom.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/ee932a15/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 4af90b7..127fc8d 100644 --- a/apache-jena-osgi/jena-osgi-test/pom.xml +++ b/apache-jena-osgi/jena-osgi-test/pom.xml @@ -43,17 +43,13 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <scope>compile</scope> + <scope>test</scope> </dependency> - <!-- <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> - <version>4.3.1</version> <scope>provided</scope> </dependency> --> - - <dependency> <groupId>org.ops4j.pax.exam</groupId> <!-- One of: -forked -native -paxrunner --> - <artifactId>pax-exam-container-forked</artifactId> + <artifactId>pax-exam-container-native</artifactId> <version>${exam.version}</version> <scope>test</scope> </dependency>
