You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by sk...@apache.org on 2011/07/20 17:18:46 UTC

svn commit: r1148813 - /chemistry/opencmis/branches/server-osgi-enablement/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml

Author: sklevenz
Date: Wed Jul 20 15:18:45 2011
New Revision: 1148813

URL: http://svn.apache.org/viewvc?rev=1148813&view=rev
Log:
CMIS-400 eliminate spring source dependency for antlr springsource osgi wrapper. Not required for build time.

Modified:
    chemistry/opencmis/branches/server-osgi-enablement/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml

Modified: chemistry/opencmis/branches/server-osgi-enablement/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/branches/server-osgi-enablement/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml?rev=1148813&r1=1148812&r2=1148813&view=diff
==============================================================================
--- chemistry/opencmis/branches/server-osgi-enablement/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml (original)
+++ chemistry/opencmis/branches/server-osgi-enablement/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml Wed Jul 20 15:18:45 2011
@@ -44,16 +44,11 @@
 			<artifactId>chemistry-opencmis-commons-impl</artifactId>
 			<version>${project.version}</version>
 		</dependency>
-<!-- 		<dependency> -->
-<!-- 			<groupId>org.antlr</groupId> -->
-<!-- 			<artifactId>antlr-runtime</artifactId> -->
-<!-- 			<version>3.2</version> -->
-<!-- 		</dependency> -->
-		<dependency>
-			<groupId>org.antlr</groupId>
-			<artifactId>com.springsource.org.antlr</artifactId>
-			<version>3.1.3</version>
-		</dependency>
+ 		<dependency>
+ 			<groupId>org.antlr</groupId>
+ 			<artifactId>antlr-runtime</artifactId>
+ 			<version>3.2</version>
+ 		</dependency>
 	</dependencies>
 
 	<build>