Skip to content

Commit 92c30c3

Browse files
committed
fix #344
1 parent 02ef448 commit 92c30c3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,22 @@
179179
</dependency>
180180

181181

182+
<dependency>
183+
<groupId>org.codehaus.groovy</groupId>
184+
<artifactId>groovy</artifactId>
185+
<version>3.0.0-beta-1</version>
186+
</dependency>
187+
188+
<dependency>
189+
<groupId>org.codehaus.groovy</groupId>
190+
<artifactId>groovy-xml</artifactId>
191+
<version>3.0.0-beta-1</version>
192+
</dependency>
193+
182194
<dependency>
183195
<groupId>org.codehaus.groovy</groupId>
184196
<artifactId>groovy-templates</artifactId>
197+
<version>3.0.0-beta-1</version>
185198
</dependency>
186199

187200
<dependency>

0 commit comments

Comments
 (0)