Skip to content

Instantly share code, notes, and snippets.

@ANierbeck
Created January 28, 2015 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ANierbeck/def24aeb70b8c342d664 to your computer and use it in GitHub Desktop.
Save ANierbeck/def24aeb70b8c342d664 to your computer and use it in GitHub Desktop.
ApacheKarafCookBook-Test-java8
diff --git a/chapter10/chapter10-recipe1/chapter10-recipe1-simple/pom.xml b/chapter10/chapter10-recipe1/chapter10-recipe1-simple/pom.xml
index 8d61ec6..e185f6e 100644
--- a/chapter10/chapter10-recipe1/chapter10-recipe1-simple/pom.xml
+++ b/chapter10/chapter10-recipe1/chapter10-recipe1-simple/pom.xml
@@ -9,7 +9,7 @@
<artifactId>chapter10-recipe1-simple</artifactId>
<properties>
- <version.pax-exam>3.4.0</version.pax-exam>
+ <version.pax-exam>4.4.0</version.pax-exam>
<junit.version>4.11</junit.version>
</properties>
@@ -64,12 +64,12 @@
<version>${version.pax-exam}</version>
<scope>test</scope>
</dependency>
-
+
<dependency>
- <groupId>org.ops4j.pax.exam</groupId>
- <artifactId>pax-exam-testforge</artifactId>
- <version>${version.pax-exam}</version>
- <scope>test</scope>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-atinject_1.0_spec</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
</dependency>
<dependency>
@@ -83,7 +83,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
- <version>4.0.3</version>
+ <version>4.4.1</version>
<scope>test</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment