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/online-manipulator/pom.xml b/ipojo/tests/online-manipulator/pom.xml
index ca02a04..4b89c93 100644
--- a/ipojo/tests/online-manipulator/pom.xml
+++ b/ipojo/tests/online-manipulator/pom.xml
@@ -28,7 +28,7 @@
 					</execution>
 				</executions>
 			</plugin>
-			
+
 		  <!--
 		  <plugin>
 				<groupId>org.ops4j.pax.exam</groupId>
@@ -48,15 +48,15 @@
 				</configuration>
 			</plugin> -->
 		</plugins>
-	</build>	
-	
+	</build>
+
 	<dependencies>
 	<dependency>
  	 	<groupId>org.apache.felix</groupId>
  	 	<artifactId>org.osgi.core</artifactId>
  	 	<version>1.2.0</version>
  	 </dependency>
-		
+
 	<!--
 		Pax Exam API:
 	-->
@@ -93,19 +93,19 @@
 		<type>jar</type>
 		<scope>test</scope>
 	</dependency>
-	
-		
+
+
 	<!-- TinyBundle -->
 	<dependency>
-		 <groupId>org.ops4j.pax.tinybundles</groupId>
-  		 <artifactId>pax-tinybundles-core</artifactId>
-  		 <version>0.5.0-SNAPSHOT</version>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.felix</groupId>
-  		<artifactId>org.apache.felix.ipojo.pax.exam.target</artifactId>
-  		<version>0.9.0-SNAPSHOT</version>
- 	 </dependency>
+		<groupId>org.ops4j.pax.swissbox</groupId>
+		<artifactId>pax-swissbox-tinybundles</artifactId>
+		<version>1.0.0</version>
+	</dependency>
+	<dependency>
+		<groupId>org.apache.felix</groupId>
+		<artifactId>org.apache.felix.ipojo.tinybundles.bundleAsiPOJO</artifactId>
+		<version>1.3.0-SNAPSHOT</version>
+	</dependency>
  	 <dependency>
 			<groupId>xerces</groupId>
 			<artifactId>xercesImpl</artifactId>
@@ -121,6 +121,6 @@
  	 	<artifactId>org.apache.felix.ipojo</artifactId>
  	 	<version>1.3.0-SNAPSHOT</version>
  	 </dependency>
- 	 
+
 	</dependencies>
 </project>