mirror of
https://github.com/apache/maven.git
synced 2025-02-23 10:45:27 +00:00
Upgrade Groovy in one of the ITs to support JDK 19
This commit is contained in:
parent
78c3506412
commit
e24b2edf84
@ -12,8 +12,8 @@ javax.annotation:javax.annotation-api:1.2
|
||||
junit:junit:4.12
|
||||
org.apache.ant:ant:1.10.8
|
||||
org.apache.geronimo.specs:geronimo-jcdi_2.0_spec:1.3
|
||||
org.apache.groovy:groovy-ant:4.0.0-alpha-3
|
||||
org.apache.groovy:groovy:4.0.0-alpha-3
|
||||
org.apache.groovy:groovy-ant:4.0.6
|
||||
org.apache.groovy:groovy:4.0.6
|
||||
org.apache.maven.its.plugins.class-loader:dep-c:${project.version}
|
||||
org.apache.maven.its.plugins:maven-it-plugin-active-collection:${project.version}
|
||||
org.apache.maven.its.plugins:maven-it-plugin-all:${project.version}
|
||||
|
@ -55,13 +55,13 @@ javax.enterprise.inject.Instance.class.getDeclaredMethod("stream")
|
||||
<dependency>
|
||||
<groupId>org.apache.groovy</groupId>
|
||||
<artifactId>groovy-ant</artifactId>
|
||||
<version>4.0.0-alpha-3</version>
|
||||
<version>4.0.6</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.groovy</groupId>
|
||||
<artifactId>groovy</artifactId>
|
||||
<version>4.0.0-alpha-3</version>
|
||||
<version>4.0.6</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
Loading…
x
Reference in New Issue
Block a user