[exo-jcr-commits] exo-jcr SVN: r5553 - jcr/branches/1.15.x.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Feb 1 08:51:56 EST 2012


Author: dkuleshov
Date: 2012-02-01 08:51:56 -0500 (Wed, 01 Feb 2012)
New Revision: 5553

Modified:
   jcr/branches/1.15.x/pom.xml
Log:
EXOJCR-1108: added ANTLR dependencies

Modified: jcr/branches/1.15.x/pom.xml
===================================================================
--- jcr/branches/1.15.x/pom.xml	2012-02-01 13:31:49 UTC (rev 5552)
+++ jcr/branches/1.15.x/pom.xml	2012-02-01 13:51:56 UTC (rev 5553)
@@ -404,6 +404,17 @@
         <artifactId>commons-io</artifactId>
         <version>1.3.2</version>
       </dependency>
+      <dependency>
+        <groupId>org.antlr</groupId>
+        <artifactId>antlr-runtime</artifactId>
+        <version>3.2</version> 
+      </dependency>
+      <dependency>
+        <groupId>org.antlr</groupId>
+        <artifactId>gunit</artifactId>
+        <version>3.2</version>
+        <scope>test</scope>
+      </dependency>
     </dependencies>
   </dependencyManagement>
   <dependencies>
@@ -416,7 +427,7 @@
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
       <scope>test</scope>
-    </dependency>  
+    </dependency>
   </dependencies>
   <build>
     <resources>



More information about the exo-jcr-commits mailing list