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:39 UTC

svn commit: r577789 - /incubator/uima/uimaj/trunk/uimaj-ep-debug/pom.xml

Author: schor
Date: Thu Sep 20 08:08:39 2007
New Revision: 577789

URL: http://svn.apache.org/viewvc?rev=577789&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-debug/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj-ep-debug/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-ep-debug/pom.xml?rev=577789&r1=577788&r2=577789&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-ep-debug/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-ep-debug/pom.xml Thu Sep 20 08:08:39 2007
@@ -49,14 +49,15 @@
 			<version>3.2.0</version>
 			<scope>provided</scope>
 		</dependency>
-<!--
-		<dependency>
+    <!-- next dependency is commented out due to Maven 2.0.7 throwing NPE 
+         Might be related to http://jira.codehaus.org/browse/MNG-3086 -->
+		<!--dependency>
 			<groupId>org.eclipse.ui</groupId>
 			<artifactId>org.eclipse.ui</artifactId>
 			<version>3.2.0</version>
 			<scope>provided</scope>
-		</dependency>
-	-->
+		</dependency-->
+
 		<dependency>
 			<groupId>org.eclipse.jdt</groupId>
 			<artifactId>org.eclipse.jdt.debug.ui</artifactId>