You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@opennlp.apache.org by "kinow (via GitHub)" <gi...@apache.org> on 2023/05/24 15:59:04 UTC

[GitHub] [opennlp] kinow commented on a diff in pull request #535: OPENNLP-1496 Migrate OpenNLP towards JDK 17

kinow commented on code in PR #535:
URL: https://github.com/apache/opennlp/pull/535#discussion_r1204438975


##########
opennlp-tools/pom.xml:
##########
@@ -76,6 +76,14 @@
       <artifactId>slf4j-simple</artifactId>
       <scope>test</scope>
     </dependency>
+
+    <!-- JUnit5 extension used in CLITest to prevent System.exit(..) calls terminating test runs -->
+    <dependency>
+      <groupId>com.ginsberg</groupId>
+      <artifactId>junit5-system-exit</artifactId>

Review Comment:
   #TIL :+1: 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@opennlp.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org