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

svn commit: r683510 - in /servicemix/smx4/features/trunk: assembly/pom.xml pom.xml

Author: ffang
Date: Wed Aug  6 22:24:38 2008
New Revision: 683510

URL: http://svn.apache.org/viewvc?rev=683510&view=rev
Log:
add antlr and antlr-runtime bundles dependency to assembly to ensure they can be downloaded

Modified:
    servicemix/smx4/features/trunk/assembly/pom.xml
    servicemix/smx4/features/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/pom.xml?rev=683510&r1=683509&r2=683510&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/features/trunk/assembly/pom.xml Wed Aug  6 22:24:38 2008
@@ -206,6 +206,16 @@
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.antlr</artifactId>
+            <version>${antlr.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.antlr-runtime</artifactId>
+            <version>${antlr-runtime.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.propertyset</artifactId>
             <version>${propertyset.version}</version>
         </dependency>

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=683510&r1=683509&r2=683510&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Wed Aug  6 22:24:38 2008
@@ -67,6 +67,7 @@
       <acegi.version>1.0.0</acegi.version>
       <ant.version>1.7.0_1</ant.version>
       <antlr.version>3.0.1_1-SNAPSHOT</antlr.version>
+      <antlr-runtime.version>3.0.1_1-SNAPSHOT</antlr-runtime.version>
       <aopalliance.version>1.0_1</aopalliance.version>
       <asm.version>2.2.3_1</asm.version>
       <bnd.version>0.0.227</bnd.version>