File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
opennlp-core/opennlp-ml/opennlp-dl-gpu Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments