You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2008/08/08 08:16:42 UTC

svn commit: r683868 - /servicemix/smx4/kernel/trunk/pom.xml

Author: gertv
Date: Thu Aug  7 23:16:42 2008
New Revision: 683868

URL: http://svn.apache.org/viewvc?rev=683868&view=rev
Log:
Fixing build failure with maven-artifact 3.0-SNAPSHOT not found

Modified:
    servicemix/smx4/kernel/trunk/pom.xml

Modified: servicemix/smx4/kernel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/pom.xml?rev=683868&r1=683867&r2=683868&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/pom.xml (original)
+++ servicemix/smx4/kernel/trunk/pom.xml Thu Aug  7 23:16:42 2008
@@ -178,6 +178,11 @@
           <artifactId>commons-logging</artifactId>
           <version>${commons.logging.version}</version>
       </dependency>
+      <dependency>
+          <groupId>org.apache.maven.artifact</groupId>
+          <artifactId>maven-artifact</artifactId>
+          <version>3.0-alpha-1</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>