You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2015/02/09 23:07:19 UTC

[15/19] jena git commit: JENA-879: Optional way to test with eclipse equinox

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 <st...@apache.org>
Authored: Tue Feb 3 11:31:10 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
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>