cstamas commented on code in PR #19:
URL: https://github.com/apache/maven-jar-plugin/pull/19#discussion_r907297824
##########
pom.xml:
##########
@@ -130,7 +132,11 @@
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
<version>3.3.4</version>
- <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-archiver</artifactId>
+ <version>4.2.5</version>
Review Comment:
Sorry, but I have to, as am dropping m-shared-utils... so IMHO once this
merged you should add your PR on top of it. W/o this change, due drop of
m-shared-utils the build would fail :disappointed:
--
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]