JENA-879: Optional way to test with eclipse equinox (NOTE: testing with both at the same time kindof works, but shows confusing errors from equinox) )
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/471b2876 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/471b2876 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/471b2876 Branch: refs/heads/master Commit: 471b287684092b642bbb8c54dbefec7b3730a76e Parents: a7bf9cb Author: Stian Soiland-Reyes <[email protected]> Authored: Tue Feb 3 11:31:10 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 | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/471b2876/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 5745179..faef3ac 100644 --- a/apache-jena-osgi/jena-osgi-test/pom.xml +++ b/apache-jena-osgi/jena-osgi-test/pom.xml @@ -99,12 +99,22 @@ <scope>test</scope> </dependency> + <!-- OSGi Framework --> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.framework</artifactId> <version>${felix.version}</version> <scope>test</scope> </dependency> + <!-- or.. + <dependency> + <groupId>org.eclipse</groupId> + <artifactId>osgi</artifactId> + <version>3.9.1-v20140110-1610</version> + <scope>test</scope> + </dependency> + --> + </dependencies>
