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/15 14:46:31 UTC

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

Author: kgilmer
Date: Thu Dec 15 13:46:30 2011
New Revision: 1214753

URL: http://svn.apache.org/viewvc?rev=1214753&view=rev
Log:
httplite: add Apache commons-io as testing dependency

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=1214753&r1=1214752&r2=1214753&view=diff
==============================================================================
--- felix/sandbox/kgilmer/httplite-test-pojosr/httplite/pom.xml (original)
+++ felix/sandbox/kgilmer/httplite-test-pojosr/httplite/pom.xml Thu Dec 15 13:46:30 2011
@@ -58,6 +58,12 @@
 			<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>
 		<plugins>