Skip to content

Commit 1fb064d

Browse files
authored
Fix Eval Build for OpenNLP 3.x
1 parent eab70aa commit 1fb064d

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

opennlp-api/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@
3939
<groupId>org.slf4j</groupId>
4040
<artifactId>slf4j-api</artifactId>
4141
</dependency>
42+
43+
<dependency>
44+
<groupId>org.junit.jupiter</groupId>
45+
<artifactId>junit-jupiter-api</artifactId>
46+
<scope>test</scope>
47+
</dependency>
48+
49+
<dependency>
50+
<groupId>org.junit.jupiter</groupId>
51+
<artifactId>junit-jupiter-engine</artifactId>
52+
<scope>test</scope>
53+
</dependency>
4254
</dependencies>
4355

4456
</project>

opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
</dependency>
6161

6262
<!-- TEST scope -->
63+
<dependency>
64+
<groupId>org.apache.opennlp</groupId>
65+
<artifactId>opennlp-runtime</artifactId>
66+
<scope>test</scope>
67+
</dependency>
68+
6369
<dependency>
6470
<groupId>org.junit.jupiter</groupId>
6571
<artifactId>junit-jupiter-api</artifactId>

0 commit comments

Comments
 (0)