slawekjaranowski commented on code in PR #619:
URL:
https://github.com/apache/maven-project-info-reports-plugin/pull/619#discussion_r2808969249
##########
pom.xml:
##########
@@ -173,17 +178,6 @@ under the License.
<artifactId>maven-dependency-tree</artifactId>
<version>3.3.0</version>
</dependency>
- <dependency>
- <groupId>org.apache.maven.shared</groupId>
- <artifactId>maven-shared-utils</artifactId>
- <version>3.4.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.shared</groupId>
- <artifactId>maven-shared-jar</artifactId>
Review Comment:
due to transitive dependencies on commons-lang3 I need to move it upper to
have newer version
After test changed, new path of code is starting to executing
--
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]