JENA-879: Also test with equinox
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/29d2e2f0 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/29d2e2f0 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/29d2e2f0 Branch: refs/heads/master Commit: 29d2e2f03fd54e651ce9668ab1ffad4c516c8438 Parents: 471b287 Author: Stian Soiland-Reyes <[email protected]> Authored: Tue Feb 3 11:37:22 2015 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Feb 9 10:03:58 2015 +0000 ---------------------------------------------------------------------- apache-jena-osgi/jena-osgi-test/pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/29d2e2f0/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 faef3ac..736e6aa 100644 --- a/apache-jena-osgi/jena-osgi-test/pom.xml +++ b/apache-jena-osgi/jena-osgi-test/pom.xml @@ -99,21 +99,21 @@ <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.. + <!-- OSGi Frameworks --> <dependency> <groupId>org.eclipse</groupId> <artifactId>osgi</artifactId> <version>3.9.1-v20140110-1610</version> <scope>test</scope> </dependency> - --> + <!-- NOTE: Make sure eclipse-osgi (equinox) is first --> + <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.framework</artifactId> + <version>${felix.version}</version> + <scope>test</scope> + </dependency> + </dependencies>
