Skip to content

Commit e7fe430

Browse files
committed
WELD-2820 Upgrade Groovy version
1 parent 6d0fc5a commit e7fe430

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

environments/se/core/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<scope>test</scope>
9999
</dependency>
100100
<dependency>
101-
<groupId>org.codehaus.groovy</groupId>
101+
<groupId>org.apache.groovy</groupId>
102102
<artifactId>groovy-all</artifactId>
103103
<optional>true</optional>
104104
<type>pom</type>
@@ -169,10 +169,6 @@
169169
<goals>
170170
<goal>compile</goal>
171171
</goals>
172-
<configuration>
173-
<source>${maven.compiler.source}</source>
174-
<target>${maven.compiler.target}</target>
175-
</configuration>
176172
</execution>
177173
</executions>
178174
</plugin>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<!-- Our variant is under src/test/tck/tck-tests.xml -->
7070
<cdi.tck.suite.xml.file />
7171
<classfilewriter.version>1.3.1.Final</classfilewriter.version>
72-
<groovy.version>3.0.25</groovy.version>
72+
<groovy.version>5.0.2</groovy.version>
7373
<htmlunit.version>2.70.0</htmlunit.version>
7474
<jacoco.version>0.8.13</jacoco.version>
7575
<jandex.version>3.5.0</jandex.version>
@@ -118,7 +118,7 @@
118118
</dependency>
119119

120120
<dependency>
121-
<groupId>org.codehaus.groovy</groupId>
121+
<groupId>org.apache.groovy</groupId>
122122
<artifactId>groovy-all</artifactId>
123123
<version>${groovy.version}</version>
124124
<type>pom</type>

0 commit comments

Comments
 (0)