You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2007/09/20 17:08:23 UTC

svn commit: r577786 - /incubator/uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml

Author: schor
Date: Thu Sep 20 08:08:22 2007
New Revision: 577786

URL: http://svn.apache.org/viewvc?rev=577786&view=rev
Log:
[UIMA-579] recompute dependencies for plugins, and update POMs
to include all dependencies.  *** Will require upgrading to 
maven 2.0.7 to avoid a NullPointerException ***

Modified:
    incubator/uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml?rev=577786&r1=577785&r2=577786&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml Thu Sep 20 08:08:22 2007
@@ -42,7 +42,8 @@
 		<artifactId>uimaj</artifactId>
 		<version>2.3.0-SNAPSHOT</version>
 	</parent>
-	<dependencies>
+	<dependencies>
+    <!-- UIMA dependencies -->
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimaj-core</artifactId>
@@ -54,13 +55,21 @@
 			<artifactId>uimaj-tools</artifactId>
 			<version>2.3.0-SNAPSHOT</version>
 			<scope>compile</scope>
-		</dependency>	
+		</dependency>	
+    
+    <!-- Eclipse dependencies -->
 		<dependency>
 			<groupId>org.eclipse.core</groupId>
 			<artifactId>org.eclipse.core.runtime</artifactId>
 			<version>3.2.0</version>
 			<scope>provided</scope>
 		</dependency>
+    <dependency>
+      <groupId>org.eclipse.core</groupId>
+      <artifactId>org.eclipse.core.runtime.compatibility</artifactId>
+      <version>3.1.100</version>
+      <scope>provided</scope>
+    </dependency>    
 		<dependency>
 			<groupId>org.eclipse.jdt</groupId>
 			<artifactId>org.eclipse.jdt.core</artifactId>