You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by kg...@apache.org on 2011/12/10 10:18:44 UTC

svn commit: r1212752 - in /felix/sandbox/kgilmer/httplite-test-pojosr/httplite: ./ pom.xml

Author: kgilmer
Date: Sat Dec 10 09:18:43 2011
New Revision: 1212752

URL: http://svn.apache.org/viewvc?rev=1212752&view=rev
Log:
httplite: new branch for test experiments

Added:
    felix/sandbox/kgilmer/httplite-test-pojosr/httplite/
      - copied from r1212751, felix/trunk/httplite/
Modified:
    felix/sandbox/kgilmer/httplite-test-pojosr/httplite/pom.xml

Modified: felix/sandbox/kgilmer/httplite-test-pojosr/httplite/pom.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/kgilmer/httplite-test-pojosr/httplite/pom.xml?rev=1212752&r1=1212751&r2=1212752&view=diff
==============================================================================
--- felix/sandbox/kgilmer/httplite-test-pojosr/httplite/pom.xml (original)
+++ felix/sandbox/kgilmer/httplite-test-pojosr/httplite/pom.xml Sat Dec 10 09:18:43 2011
@@ -45,6 +45,19 @@
 			<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>
 	</dependencies>
 	<build>
 		<plugins>