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 20:09:22 UTC

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

Author: pgoetz
Date: Sun May 15 18:09:22 2011
New Revision: 1103492

URL: http://svn.apache.org/viewvc?rev=1103492&view=rev
Log:
removed unnecessary dependency to chemistry-opencmis-test-util

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=1103492&r1=1103491&r2=1103492&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 18:09:22 2011
@@ -112,13 +112,6 @@
             <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>