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 >
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 >
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