Add the bundleAsiPOJO tinybundles extension to the iPOJO Tests
Use the latest pax:exam
Add a test on version conflict
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@789099 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/tests/api/pom.xml b/ipojo/tests/api/pom.xml
index 2417d4e..ba01660 100644
--- a/ipojo/tests/api/pom.xml
+++ b/ipojo/tests/api/pom.xml
@@ -6,7 +6,7 @@
<packaging>jar</packaging>
<version>1.3.0-SNAPSHOT</version>
<name>org.apache.felix.ipojo.tests.api</name>
-
+
<build>
<plugins>
<plugin>
@@ -29,7 +29,7 @@
</execution>
</executions>
</plugin>
-
+
<!-- <plugin>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>maven-paxexam-plugin</artifactId>
@@ -48,8 +48,8 @@
</configuration>
</plugin> -->
</plugins>
- </build>
-
+ </build>
+
<dependencies>
<dependency>
<groupId>org.apache.felix</groupId>
@@ -71,21 +71,21 @@
<artifactId>org.apache.felix.ipojo.manipulator</artifactId>
<version>1.3.0-SNAPSHOT</version>
</dependency>
-
+
<!-- For external handlermanagement -->
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.handler.whiteboard</artifactId>
<version>1.3.0-SNAPSHOT</version>
- </dependency>
-
+ </dependency>
+
<!--
Pax Exam API:
-->
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam</artifactId>
- <version>0.4.0</version>
+ <version>0.6.0</version>
</dependency>
<!--
During runtime Pax Exam will discover the OSGi container to use by
@@ -97,7 +97,7 @@
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-container-default
</artifactId>
- <version>0.4.0</version>
+ <version>0.6.0</version>
</dependency>
<!--
If your test code is based on JUnit you will have to have the Junit
@@ -106,7 +106,7 @@
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-junit</artifactId>
- <version>0.4.0</version>
+ <version>0.6.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -116,7 +116,7 @@
<scope>test</scope>
</dependency>
</dependencies>
-
+
<repositories>
<repository>
<id>ops4j.releases</id>