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>