You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2015/01/13 10:45:42 UTC

karaf-cellar git commit: Update to Karaf 3.0.2 and Pax Exam 4.3.0

Repository: karaf-cellar
Updated Branches:
  refs/heads/master da4a03ae4 -> ff09b9d9d


Update to Karaf 3.0.2 and Pax Exam 4.3.0


Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/ff09b9d9
Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/ff09b9d9
Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/ff09b9d9

Branch: refs/heads/master
Commit: ff09b9d9deb411fc278bfdf9f16d5dd0377058f0
Parents: da4a03a
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Tue Jan 13 10:45:20 2015 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Tue Jan 13 10:45:20 2015 +0100

----------------------------------------------------------------------
 itests/pom.xml | 18 +++++++++++++++---
 pom.xml        |  2 +-
 2 files changed, 16 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/ff09b9d9/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index f9bab06..b1f336f 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -65,19 +65,31 @@
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam</artifactId>
-            <version>3.4.0</version>
+            <version>4.3.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-junit4</artifactId>
-            <version>3.4.0</version>
+            <version>4.3.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-container-karaf</artifactId>
-            <version>3.4.0</version>
+            <version>4.3.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.ops4j.pax.exam</groupId>
+            <artifactId>pax-exam-inject</artifactId>
+            <version>4.3.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-atinject_1.0_spec</artifactId>
+            <version>1.0</version>
             <scope>test</scope>
         </dependency>
 

http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/ff09b9d9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0149986..232f7aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
         <jclouds.version>1.4.0</jclouds.version>
         <joda-time.version>2.5</joda-time.version>
         <junit.version>4.11</junit.version>
-        <karaf.version>3.0.1</karaf.version>
+        <karaf.version>3.0.2</karaf.version>
         <osgi.version>5.0.0</osgi.version>
         <osgi.compendium.version>5.0.0</osgi.compendium.version>
         <slf4j.version>1.7.7</slf4j.version>