reta commented on code in PR #1056:
URL: https://github.com/apache/cxf/pull/1056#discussion_r1064250247


##########
systests/microprofile/client/weld/pom.xml:
##########
@@ -201,6 +171,13 @@
                         </configuration>
                     </execution>
                 </executions>
+                <dependencies>
+                    <dependency>
+                        <groupId>com.github.tomakehurst</groupId>
+                        <artifactId>wiremock-standalone</artifactId>
+                        <version>2.27.2</version>

Review Comment:
   @jimma totally makes sense, thank you. The end goal is to use `wiremock` 
3.0.0 but sadly `microprofile-rest-client-tck` still depends on `javax.servlet` 
[1], I was thinking of submitting the pull request there first (since we 
already have `wiremock` beta release).
   
   [1] 
https://github.com/eclipse/microprofile-rest-client/blob/master/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/MyEventSourceServlet.java#L22
 



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

Reply via email to