Skip to content

Commit 86e93b8

Browse files
committed
groovy work
1 parent ebbd5af commit 86e93b8

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

booter/pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@
4646
<scope>integration-test</scope>
4747
</dependency>
4848
<dependency>
49-
<groupId>org.codehaus.groovy</groupId>
49+
<groupId>org.apache.groovy</groupId>
5050
<artifactId>groovy-all</artifactId>
51-
<version>2.4.21</version>
51+
<version>4.0.24</version>
5252
<scope>integration-test</scope>
53+
<type>pom</type>
5354
</dependency>
5455
<dependency>
5556
<groupId>qdox</groupId>
@@ -155,8 +156,9 @@
155156
<artifactId>picocontainer-script-groovy</artifactId>
156157
</artifactItem>
157158
<artifactItem>
158-
<groupId>org.codehaus.groovy</groupId>
159+
<groupId>org.apache.groovy</groupId>
159160
<artifactId>groovy-all</artifactId>
161+
<type>pom</type>
160162
</artifactItem>
161163
</artifactItems>
162164
<outputDirectory>${project.build.directory}/booter/lib/hidden</outputDirectory>

script/script-groovy/pom.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,10 @@
1515
<version>${pom.version}</version>
1616
</dependency>
1717
<dependency>
18-
<groupId>org.codehaus.groovy</groupId>
18+
<groupId>org.apache.groovy</groupId>
1919
<artifactId>groovy-all</artifactId>
20-
<version>2.4.21</version>
21-
<exclusions>
22-
<exclusion>
23-
<groupId>junit</groupId>
24-
<artifactId>junit</artifactId>
25-
</exclusion>
26-
</exclusions>
20+
<version>4.0.24</version>
21+
<type>pom</type>
2722
</dependency>
2823
<!-- test scoped dependencies -->
2924
<dependency>

0 commit comments

Comments
 (0)