httplite: execute tests in minimum target

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1214816 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httplite/complete/pom.xml b/httplite/complete/pom.xml
index 470c136..3cd57ad 100644
--- a/httplite/complete/pom.xml
+++ b/httplite/complete/pom.xml
@@ -49,26 +49,7 @@
 			<groupId>javax.servlet</groupId>
 			<artifactId>servlet-api</artifactId>
 			<version>2.4</version>
-		</dependency>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>3.8.1</version>
-			<scope>test</scope>
-		</dependency>	
-		<dependency>
-			<groupId>com.googlecode.pojosr</groupId>
-			<artifactId>de.kalpatec.pojosr.framework</artifactId>
-			<version>0.1.6</version>
-			<type>bundle</type>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>commons-io</groupId>
-			<artifactId>commons-io</artifactId>
-			<version>2.1</version>
-			<scope>test</scope>
-		</dependency>
+		</dependency>		
 	</dependencies>
 	<build>
 		<plugins>
diff --git a/httplite/minimum/pom.xml b/httplite/minimum/pom.xml
index 2ac33ae..becda23 100644
--- a/httplite/minimum/pom.xml
+++ b/httplite/minimum/pom.xml
@@ -33,17 +33,36 @@
 		<dependency>
 			<groupId>org.osgi</groupId>
 			<artifactId>org.osgi.core</artifactId>
-			<version>4.1.0</version>
+			<version>4.2.0</version>
 		</dependency>
 		<dependency>
 			<groupId>org.osgi</groupId>
 			<artifactId>org.osgi.compendium</artifactId>
-			<version>4.1.0</version>
+			<version>4.2.0</version>
 		</dependency>
 		<dependency>
 			<groupId>javax.servlet</groupId>
 			<artifactId>servlet-api</artifactId>
 			<version>2.4</version>
+		</dependency>				
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>3.8.1</version>
+			<scope>test</scope>
+		</dependency>	
+		<dependency>
+			<groupId>com.googlecode.pojosr</groupId>
+			<artifactId>de.kalpatec.pojosr.framework</artifactId>
+			<version>0.1.6</version>
+			<type>bundle</type>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>commons-io</groupId>
+			<artifactId>commons-io</artifactId>
+			<version>2.1</version>
+			<scope>test</scope>
 		</dependency>
 	</dependencies>
 	<build>