elharo commented on code in PR #66:
URL: 
https://github.com/apache/maven-changes-plugin/pull/66#discussion_r1857443741


##########
pom.xml:
##########
@@ -375,6 +369,12 @@ under the License.
       <version>${mavenResolverVersion}</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>com.github.tomakehurst</groupId>
+      <artifactId>wiremock-standalone</artifactId>

Review Comment:
   I'm hesitant to introduce yet another mocking framework to the codebase for 
complexity reasons. Any chance we could simply use Mockito?



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