You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by lh...@apache.org on 2010/02/11 16:04:20 UTC

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

Author: lhein
Date: Thu Feb 11 15:04:19 2010
New Revision: 909013

URL: http://svn.apache.org/viewvc?rev=909013&view=rev
Log:
moved dep to antlr 2.7.7 from assembly pom to features pom as it didn't work to have to deps with same group and artifact id

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=909013&r1=909012&r2=909013&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/features/trunk/assembly/pom.xml Thu Feb 11 15:04:19 2010
@@ -317,11 +317,6 @@
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.antlr</artifactId>
-            <version>${antlr2.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.servicemix.bundles</groupId>
-            <artifactId>org.apache.servicemix.bundles.antlr</artifactId>
             <version>${antlr.version}</version>
         </dependency>
         <dependency>

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=909013&r1=909012&r2=909013&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Thu Feb 11 15:04:19 2010
@@ -58,6 +58,14 @@
       <maven>2.0.7</maven>
   </prerequisites>
 
+  <dependencies>
+      <dependency>
+         <groupId>org.apache.servicemix.bundles</groupId>
+         <artifactId>org.apache.servicemix.bundles.antlr</artifactId>
+         <version>${antlr2.version}</version>
+      </dependency>
+  </dependencies>
+
   <properties>
       <maven.assembly.version>2.2-beta-4</maven.assembly.version>
       <xfire.maven.plugin>4.1</xfire.maven.plugin>