Bukama commented on code in PR #668:
URL: https://github.com/apache/maven-pmd-plugin/pull/668#discussion_r2508072984
##########
pom.xml:
##########
@@ -246,7 +238,7 @@ under the License.
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
- <version>2.27.2</version>
+ <version>2.35.2</version>
Review Comment:
This version does not exists (see
https://mvnrepository.com/artifact/com.github.tomakehurst/wiremock ) ,
therefore it fails
> Caused by: org.apache.maven.project.DependencyResolutionException: Could
not resolve dependencies for project
org.apache.maven.plugins:maven-pmd-plugin:maven-plugin:3.28.1-SNAPSHOT
dependency: com.github.tomakehurst:wiremock:jar:2.35.2 (test)
Could not find artifact com.github.tomakehurst:wiremock:jar:2.35.2 in
central (https://repo.maven.apache.org/maven2)
--
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]