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 2018/10/31 18:39:24 UTC

svn commit: r1845365 - /uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml

Author: schor
Date: Wed Oct 31 18:39:24 2018
New Revision: 1845365

URL: http://svn.apache.org/viewvc?rev=1845365&view=rev
Log:
no jira, debugging the release process failure to include transitive dependencies, try including as explicit, adding the other 3

Modified:
    uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml

Modified: uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml?rev=1845365&r1=1845364&r2=1845365&view=diff
==============================================================================
--- uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml (original)
+++ uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml Wed Oct 31 18:39:24 2018
@@ -87,6 +87,21 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-cpe</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-adapter-vinci</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>jVinci</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
       <groupId>org.sonatype.plexus</groupId>
       <artifactId>plexus-build-api</artifactId>
       <version>0.0.7</version>