Skip to content

Commit 2971db3

Browse files
committed
Fix groovy dependencies for 2.5.x
1 parent a884904 commit 2971db3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,12 @@
177177
<dependencies>
178178
<dependency>
179179
<groupId>org.codehaus.groovy</groupId>
180-
<artifactId>groovy-all</artifactId>
180+
<artifactId>groovy-ant</artifactId>
181+
<version>${groovy.version}</version>
182+
</dependency>
183+
<dependency>
184+
<groupId>org.codehaus.groovy</groupId>
185+
<artifactId>groovy-templates</artifactId>
181186
<version>${groovy.version}</version>
182187
</dependency>
183188
<!--

0 commit comments

Comments
 (0)