You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/08/09 15:34:21 UTC

svn commit: r1155360 - in /incubator/lcf/trunk/tests: cmis/pom.xml filesystem/pom.xml sharepoint/pom.xml

Author: kwright
Date: Tue Aug  9 13:34:21 2011
New Revision: 1155360

URL: http://svn.apache.org/viewvc?rev=1155360&view=rev
Log:
Need to include the dependencies of httpclient-mcf since we're using that rather than the generic httpclient

Modified:
    incubator/lcf/trunk/tests/cmis/pom.xml
    incubator/lcf/trunk/tests/filesystem/pom.xml
    incubator/lcf/trunk/tests/sharepoint/pom.xml

Modified: incubator/lcf/trunk/tests/cmis/pom.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/tests/cmis/pom.xml?rev=1155360&r1=1155359&r2=1155360&view=diff
==============================================================================
--- incubator/lcf/trunk/tests/cmis/pom.xml (original)
+++ incubator/lcf/trunk/tests/cmis/pom.xml Tue Aug  9 13:34:21 2011
@@ -228,7 +228,17 @@
       <artifactId>commons-httpclient-mcf</artifactId>
       <version>3.1</version>
     </dependency>
-    
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.5</version>
+    </dependency>
+
     <!-- Apache Chemistry dependencies -->
     <dependency>
       <groupId>org.apache.chemistry.opencmis</groupId>

Modified: incubator/lcf/trunk/tests/filesystem/pom.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/tests/filesystem/pom.xml?rev=1155360&r1=1155359&r2=1155360&view=diff
==============================================================================
--- incubator/lcf/trunk/tests/filesystem/pom.xml (original)
+++ incubator/lcf/trunk/tests/filesystem/pom.xml Tue Aug  9 13:34:21 2011
@@ -203,5 +203,15 @@
       <artifactId>commons-httpclient-mcf</artifactId>
       <version>3.1</version>
     </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.5</version>
+    </dependency>
   </dependencies>
 </project>
\ No newline at end of file

Modified: incubator/lcf/trunk/tests/sharepoint/pom.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/tests/sharepoint/pom.xml?rev=1155360&r1=1155359&r2=1155360&view=diff
==============================================================================
--- incubator/lcf/trunk/tests/sharepoint/pom.xml (original)
+++ incubator/lcf/trunk/tests/sharepoint/pom.xml Tue Aug  9 13:34:21 2011
@@ -91,5 +91,15 @@
       <artifactId>commons-httpclient-mcf</artifactId>
       <version>3.1</version>
     </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.5</version>
+    </dependency>
   </dependencies>
 </project>
\ No newline at end of file