hboutemy commented on a change in pull request #20: ARCHETYPE-536 Update Groovy
Dependency and Include Ivy Dependency
URL: https://github.com/apache/maven-archetype/pull/20#discussion_r248998678
##########
File path: archetype-common/pom.xml
##########
@@ -174,7 +174,20 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>1.8.3</version>
+ <version>2.4.9</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ivy</groupId>
+ <artifactId>ivy</artifactId>
+ <version>2.4.0</version>
+ <scope>compile</scope>
Review comment:
scope should be runtime
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services