smiklosovic commented on code in PR #2403:
URL: https://github.com/apache/cassandra/pull/2403#discussion_r1236953084


##########
.build/cassandra-build-deps-template.xml:
##########
@@ -123,5 +123,9 @@
       <groupId>com.fasterxml.jackson.dataformat</groupId>
       <artifactId>jackson-dataformat-yaml</artifactId>
     </dependency>
+    <dependency>
+      <groupId>com.github.tomakehurst</groupId>
+      <artifactId>wiremock-jre8</artifactId>

Review Comment:
   I run the tests with Java 11 and it just works. I think this is backward 
compatible. `jre11` probably can not be run with Java 8 but jre8 can be run 
with Java 11 just fine.



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