Skip to content

Commit

Permalink
Upgrade groovy to 4.0.0 (apache#15303)
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian authored Feb 9, 2022
1 parent 23f0d5f commit 3777728
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<cosid.version>1.8.6</cosid.version>
<antlr4.version>4.9.2</antlr4.version>

<groovy.version>2.5.15</groovy.version>
<groovy.version>4.0.0</groovy.version>
<snakeyaml.version>1.16</snakeyaml.version>

<netty.version>4.1.73.Final</netty.version>
Expand Down Expand Up @@ -197,10 +197,9 @@
</dependency>

<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
<version>${groovy.version}</version>
<classifier>indy</classifier>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ Apache 2.0 licenses
The following components are provided under the Apache License. See project link for details.
The text of each license is also included at licenses/LICENSE-[project].txt.

groovy 2.4.19-indy: https://github.com/apache/groovy, Apache 2.0
groovy 4.0.0: https://github.com/apache/groovy, Apache 2.0
atomikos-util 5.0.8: https://www.atomikos.com, Apache 2.0
transactions 5.0.8: https://www.atomikos.com, Apache 2.0
transactions-api 5.0.8: https://www.atomikos.com, Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,8 @@
</dependency>

<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
<classifier>indy</classifier>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
Expand Down
3 changes: 1 addition & 2 deletions shardingsphere-infra/shardingsphere-infra-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@
</dependency>

<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
<classifier>indy</classifier>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
Expand Down
3 changes: 1 addition & 2 deletions shardingsphere-test/shardingsphere-rewrite-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
<classifier>indy</classifier>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
Expand Down

0 comments on commit 3777728

Please sign in to comment.