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 2016/04/15 18:49:45 UTC

[3/9] jena git commit: Included new OSGified version of Dexx collection

Included new OSGified version of Dexx collection


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/10bcc017
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/10bcc017
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/10bcc017

Branch: refs/heads/master
Commit: 10bcc01743f49d8c7b4e93393c1e69411aa596f1
Parents: 0ff9beb
Author: Jaroslav Pullmann <ja...@fit.fraunhofer.de>
Authored: Thu Apr 7 11:54:10 2016 +0200
Committer: Jaroslav Pullmann <ja...@fit.fraunhofer.de>
Committed: Thu Apr 7 11:54:10 2016 +0200

----------------------------------------------------------------------
 .../org/apache/jena/osgi/test/JenaOSGITest.java   | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/10bcc017/apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java
----------------------------------------------------------------------
diff --git a/apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java b/apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java
index 8dcb8c0..9a8f475 100644
--- a/apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java
+++ b/apache-jena-osgi/jena-osgi-test/src/test/java/org/apache/jena/osgi/test/JenaOSGITest.java
@@ -83,23 +83,17 @@ public class JenaOSGITest {
 						"org.apache.aries.spifly.dynamic.bundle", "1.0.8"),
 
 				mavenBundle("org.apache.jena", "jena-osgi", "3.1.0-SNAPSHOT"),
-				mavenBundle("com.github.andrewoma.dexx", "collection", "0.4.0"),
+				mavenBundle("com.github.andrewoma.dexx", "collection", "0.6.0-SNAPSHOT"),
 				mavenBundle("com.github.jsonld-java", "jsonld-java", "0.8.0"),
-				mavenBundle("org.apache.httpcomponents", "httpcore-osgi",
-						"4.4.4"),
-				mavenBundle("org.apache.httpcomponents", "httpclient-osgi",
-						"4.5.1"),
+				mavenBundle("org.apache.httpcomponents", "httpcore-osgi","4.4.4"),
+				mavenBundle("org.apache.httpcomponents", "httpclient-osgi","4.5.1"),
 				mavenBundle("commons-cli", "commons-cli", "1.3.1"),
 				mavenBundle("org.apache.commons", "commons-csv", "1.2"),
 				mavenBundle("org.apache.commons", "commons-lang3", "3.4"),
 				mavenBundle("org.apache.thrift", "libthrift", "0.9.3"),
-
-				mavenBundle("com.fasterxml.jackson.core", "jackson-core",
-						"2.6.3"),
-				mavenBundle("com.fasterxml.jackson.core", "jackson-databind",
-						"2.6.3"),
-				mavenBundle("com.fasterxml.jackson.core",
-						"jackson-annotations", "2.6.3")
+				mavenBundle("com.fasterxml.jackson.core", "jackson-core","2.6.3"),
+				mavenBundle("com.fasterxml.jackson.core", "jackson-databind","2.6.3"),
+				mavenBundle("com.fasterxml.jackson.core","jackson-annotations", "2.6.3")
 
 		);