You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2016/03/02 17:16:13 UTC

svn commit: r1733323 - /uima/ruta/trunk/ruta-ep-ide/pom.xml

Author: pkluegl
Date: Wed Mar  2 16:16:13 2016
New Revision: 1733323

URL: http://svn.apache.org/viewvc?rev=1733323&view=rev
Log:
UIMA-4798
- added explicit dependency to contenttype plugin

Modified:
    uima/ruta/trunk/ruta-ep-ide/pom.xml

Modified: uima/ruta/trunk/ruta-ep-ide/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-ide/pom.xml?rev=1733323&r1=1733322&r2=1733323&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-ide/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-ide/pom.xml Wed Mar  2 16:16:13 2016
@@ -43,6 +43,11 @@
     </dependency>
     <dependency>
       <groupId>org.eclipse.core</groupId>
+      <artifactId>contenttype</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.core</groupId>
       <artifactId>resources</artifactId>
       <version>[3.3.0,6.0.0)</version>
       <scope>provided</scope>