You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by pg...@apache.org on 2011/05/15 21:32:56 UTC

svn commit: r1103510 - /chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml

Author: pgoetz
Date: Sun May 15 19:32:55 2011
New Revision: 1103510

URL: http://svn.apache.org/viewvc?rev=1103510&view=rev
Log:
back again...

Modified:
    chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml

Modified: chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml?rev=1103510&r1=1103509&r2=1103510&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml Sun May 15 19:32:55 2011
@@ -112,6 +112,13 @@
             <artifactId>org.osgi.core</artifactId>
             <version>1.0.0</version>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>chemistry-opencmis-test-util</artifactId>
+            <version>${project.version}</version>
+            <type>jar</type>
+            <scope>compile</scope>
+        </dependency>
     </dependencies>
 
     <profiles>