olamy commented on a change in pull request #62:
URL: 
https://github.com/apache/maven-invoker-plugin/pull/62#discussion_r685059808



##########
File path: pom.xml
##########
@@ -214,77 +202,8 @@ under the License.
     <dependency>
       <groupId>${groovy-groupId}</groupId>
       <artifactId>${groovy-artifactId}</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <!-- groovy-all do not provide anymore a uber jar containing everything so 
we must add some dependencies -->
-    <dependency>
-      <groupId>${groovy-groupId}</groupId>
-      <artifactId>groovy-ant</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>${groovy-groupId}</groupId>
-      <artifactId>groovy-astbuilder</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>${groovy-groupId}</groupId>
-      <artifactId>groovy-console</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>${groovy-groupId}</groupId>
-      <artifactId>groovy-datetime</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>${groovy-groupId}</groupId>
-      <artifactId>groovy-jmx</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>${groovy-groupId}</groupId>
-      <artifactId>groovy-json</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>${groovy-groupId}</groupId>
-      <artifactId>groovy-jsr223</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>${groovy-groupId}</groupId>
-      <artifactId>groovy-macro</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>${groovy-groupId}</groupId>
-      <artifactId>groovy-nio</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>${groovy-groupId}</groupId>
-      <artifactId>groovy-servlet</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>${groovy-groupId}</groupId>
-      <artifactId>groovy-test</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>${groovy-groupId}</groupId>
-      <artifactId>groovy-test-junit5</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>${groovy-groupId}</groupId>
-      <artifactId>groovy-testng</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>${groovy-groupId}</groupId>
-      <artifactId>groovy-xml</artifactId>
+      <version>3.0.8</version>

Review comment:
       arff good catch




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