You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/08/04 22:58:48 UTC

svn commit: r428879 - /incubator/servicemix/trunk/pom.xml

Author: gnodet
Date: Fri Aug  4 13:58:48 2006
New Revision: 428879

URL: http://svn.apache.org/viewvc?rev=428879&view=rev
Log:
Add dependency version for basic example to the main pom

Modified:
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?rev=428879&r1=428878&r2=428879&view=diff
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Fri Aug  4 13:58:48 2006
@@ -508,6 +508,12 @@
                 <type>pom</type>
             </dependency>
             <dependency>
+                <groupId>org.apache.servicemix.samples</groupId>
+                <artifactId>basic</artifactId>
+                <version>3.0-incubating-SNAPSHOT</version>
+                <type>pom</type>
+            </dependency>
+            <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-beanflow</artifactId>
                 <version>3.0-incubating-SNAPSHOT</version>