Skip to content

Commit 128e976

Browse files
committed
Adjusted some typesystem versions in the pom.xml for newer tyoesystem.
1 parent 10132f6 commit 128e976

File tree

2 files changed

+19
-44
lines changed

2 files changed

+19
-44
lines changed

uce.portal/uce.common/pom.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,6 @@
106106
<version>0.1.4</version>
107107
</dependency>
108108

109-
<dependency>
110-
<groupId>com.github.heideltime</groupId>
111-
<artifactId>heideltime</artifactId>
112-
<version>2.2.1</version>
113-
</dependency>
114-
115109
<dependency>
116110
<groupId>org.apache.uima</groupId>
117111
<artifactId>uimaj-core</artifactId>
@@ -127,7 +121,7 @@
127121
<dependency>
128122
<groupId>com.github.texttechnologylab</groupId>
129123
<artifactId>DockerUnifiedUIMAInterface</artifactId>
130-
<version>1.4</version>
124+
<version>1.4.1</version>
131125
</dependency>
132126

133127
<!-- local projects-->
@@ -146,8 +140,8 @@
146140
<dependency>
147141
<groupId>com.github.texttechnologylab</groupId>
148142
<artifactId>UIMATypeSystem</artifactId>
149-
<version>3.0.3</version>
143+
<version>3.0.1</version>
150144
</dependency>
151145

152146
</dependencies>
153-
</project>
147+
</project>

uce.portal/uce.corpus-importer/pom.xml

Lines changed: 16 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@
3535
<scope>test</scope>
3636
</dependency>
3737

38+
<dependency>
39+
<groupId>commons-cli</groupId>
40+
<artifactId>commons-cli</artifactId>
41+
<version>1.6.0</version>
42+
<scope>compile</scope>
43+
</dependency>
44+
3845
<!-- logging -->
3946
<dependency>
4047
<groupId>org.apache.logging.log4j</groupId>
@@ -60,51 +67,25 @@
6067
<version>6.1.3</version>
6168
</dependency>
6269

63-
<dependency>
64-
<groupId>com.github.heideltime</groupId>
65-
<artifactId>heideltime</artifactId>
66-
<version>2.2.1</version>
67-
</dependency>
68-
69-
<dependency>
70-
<groupId>org.apache.uima</groupId>
71-
<artifactId>uimaj-core</artifactId>
72-
<version>2.11.0</version>
73-
</dependency>
74-
75-
<dependency>
76-
<groupId>org.apache.uima</groupId>
77-
<artifactId>uimafit-core</artifactId>
78-
<version>2.5.0</version>
79-
</dependency>
80-
81-
<!-- local projects-->
70+
<!-- local projects-->
8271
<dependency>
8372
<groupId>org.texttechnologylab</groupId>
8473
<artifactId>uce.common</artifactId>
8574
<version>1.0-SNAPSHOT</version>
8675
</dependency>
8776

88-
<dependency>
89-
<groupId>com.github.texttechnologylab.textimager-uima</groupId>
90-
<artifactId>textimager-uima-types</artifactId>
91-
<version>8efebf1980</version>
92-
<exclusions>
93-
<exclusion>
94-
<groupId>com.github.texttechnologylab</groupId>
95-
<artifactId>UIMATypeSystem</artifactId>
96-
</exclusion>
97-
</exclusions>
98-
</dependency>
99-
10077
<!-- The following two dependencies are tricky. One of those is working in the release for the
101-
whole portal but not in debug. So for release, choose the bottom ones. Otherwise, top ones.
102-
TODO: Fix this -->
78+
whole portal but not in debug. So for release, choose the bottom ones. Otherwise, top ones. -->
10379
<!--<dependency>
10480
<groupId>com.github.texttechnologylab</groupId>
10581
<artifactId>UIMATypeSystem</artifactId>
10682
<version>74a8489af5</version>
10783
</dependency>-->
84+
<!--<dependency>
85+
<groupId>com.github.texttechnologylab</groupId>
86+
<artifactId>UIMATypeSystem</artifactId>
87+
<version>3.0.3</version>
88+
</dependency>-->
10889
<dependency>
10990
<groupId>com.github.texttechnologylab</groupId>
11091
<artifactId>UIMATypeSystem</artifactId>
@@ -119,8 +100,8 @@
119100
<dependency>
120101
<groupId>com.github.texttechnologylab</groupId>
121102
<artifactId>DockerUnifiedUIMAInterface</artifactId>
122-
<version>1.4</version>
103+
<version>1.4.1</version>
123104
</dependency>
124105

125106
</dependencies>
126-
</project>
107+
</project>

0 commit comments

Comments
 (0)