You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2011/03/24 18:14:28 UTC

svn commit: r1085039 - in /cxf/trunk: parent/pom.xml tools/corba/pom.xml

Author: dkulp
Date: Thu Mar 24 17:14:27 2011
New Revision: 1085039

URL: http://svn.apache.org/viewvc?rev=1085039&view=rev
Log:
corba tooling just needs the antlr runtime part, not the full set of
antlr jars

Modified:
    cxf/trunk/parent/pom.xml
    cxf/trunk/tools/corba/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1085039&r1=1085038&r2=1085039&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Thu Mar 24 17:14:27 2011
@@ -467,9 +467,9 @@
                 <version>1.4.2</version>
             </dependency>
             <dependency>
-                <groupId>org.antlr</groupId>
+                <groupId>antlr</groupId>
                 <artifactId>antlr</artifactId>
-                <version>3.2</version>
+                <version>2.7.7</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix.specs</groupId>

Modified: cxf/trunk/tools/corba/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/tools/corba/pom.xml?rev=1085039&r1=1085038&r2=1085039&view=diff
==============================================================================
--- cxf/trunk/tools/corba/pom.xml (original)
+++ cxf/trunk/tools/corba/pom.xml Thu Mar 24 17:14:27 2011
@@ -60,16 +60,16 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.antlr</groupId>
+            <groupId>antlr</groupId>
             <artifactId>antlr</artifactId>
         </dependency>
         <dependency>
-	  <groupId>org.apache.ws.xmlschema</groupId>
-	  <artifactId>xmlschema-core</artifactId>
+            <groupId>org.apache.ws.xmlschema</groupId>
+            <artifactId>xmlschema-core</artifactId>
         </dependency>
         <dependency>
-	    <groupId>${cxf.stax.impl.groupId}</groupId>
-	    <artifactId>${cxf.stax.impl.artifactId}</artifactId>
+            <groupId>${cxf.stax.impl.groupId}</groupId>
+            <artifactId>${cxf.stax.impl.artifactId}</artifactId>
         </dependency>
         <dependency>
             <groupId>wsdl4j</groupId>