fjtirado commented on code in PR #3477:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3477#discussion_r1574418470


##########
kogito-test-utils/pom.xml:
##########
@@ -54,8 +54,13 @@
       <version>${version.org.testcontainers}</version>
       <scope>compile</scope>
     </dependency>
-    
-    
+
+    <dependency>
+      <groupId>org.junit.jupiter</groupId>
+      <artifactId>junit-jupiter</artifactId>
+      <scope>compile</scope>

Review Comment:
   hmmm, are we completely sure that kogito-test-utils is only added as test 
scoped? if not, we might add with junit being added to set of the dependencies 
accidentally (probably it is all right, since we would have already  realized 
that assert and rest assure were accidentally being added and it does not seem 
to be the case)



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to