Skip to content

Commit

Permalink
Adjusted some typesystem versions in the pom.xml for newer tyoesystem.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheItCrOw committed Jan 14, 2025
1 parent 10132f6 commit 128e976
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 44 deletions.
12 changes: 3 additions & 9 deletions uce.portal/uce.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,6 @@
<version>0.1.4</version>
</dependency>

<dependency>
<groupId>com.github.heideltime</groupId>
<artifactId>heideltime</artifactId>
<version>2.2.1</version>
</dependency>

<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-core</artifactId>
Expand All @@ -127,7 +121,7 @@
<dependency>
<groupId>com.github.texttechnologylab</groupId>
<artifactId>DockerUnifiedUIMAInterface</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</dependency>

<!-- local projects-->
Expand All @@ -146,8 +140,8 @@
<dependency>
<groupId>com.github.texttechnologylab</groupId>
<artifactId>UIMATypeSystem</artifactId>
<version>3.0.3</version>
<version>3.0.1</version>
</dependency>

</dependencies>
</project>
</project>
51 changes: 16 additions & 35 deletions uce.portal/uce.corpus-importer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.6.0</version>
<scope>compile</scope>
</dependency>

<!-- logging -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand All @@ -60,51 +67,25 @@
<version>6.1.3</version>
</dependency>

<dependency>
<groupId>com.github.heideltime</groupId>
<artifactId>heideltime</artifactId>
<version>2.2.1</version>
</dependency>

<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-core</artifactId>
<version>2.11.0</version>
</dependency>

<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-core</artifactId>
<version>2.5.0</version>
</dependency>

<!-- local projects-->
<!-- local projects-->
<dependency>
<groupId>org.texttechnologylab</groupId>
<artifactId>uce.common</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>com.github.texttechnologylab.textimager-uima</groupId>
<artifactId>textimager-uima-types</artifactId>
<version>8efebf1980</version>
<exclusions>
<exclusion>
<groupId>com.github.texttechnologylab</groupId>
<artifactId>UIMATypeSystem</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- The following two dependencies are tricky. One of those is working in the release for the
whole portal but not in debug. So for release, choose the bottom ones. Otherwise, top ones.
TODO: Fix this -->
whole portal but not in debug. So for release, choose the bottom ones. Otherwise, top ones. -->
<!--<dependency>
<groupId>com.github.texttechnologylab</groupId>
<artifactId>UIMATypeSystem</artifactId>
<version>74a8489af5</version>
</dependency>-->
<!--<dependency>
<groupId>com.github.texttechnologylab</groupId>
<artifactId>UIMATypeSystem</artifactId>
<version>3.0.3</version>
</dependency>-->
<dependency>
<groupId>com.github.texttechnologylab</groupId>
<artifactId>UIMATypeSystem</artifactId>
Expand All @@ -119,8 +100,8 @@
<dependency>
<groupId>com.github.texttechnologylab</groupId>
<artifactId>DockerUnifiedUIMAInterface</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</dependency>

</dependencies>
</project>
</project>

0 comments on commit 128e976

Please sign in to comment.