File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 23
23
<build-helper-maven-plugin .version>3.1.0</build-helper-maven-plugin .version>
24
24
<cucumber .version>6.0.0</cucumber .version>
25
25
<gherkin .version>9.2.0</gherkin .version>
26
- <groovy .version>2.4.19 </groovy .version>
26
+ <groovy .version>2.5.12 </groovy .version>
27
27
<jackson-databind .version>2.11.0</jackson-databind .version>
28
28
<junit .version>4.13</junit .version>
29
29
<scala .2.11.version>2.11.12</scala .2.11.version>
177
177
<dependencies >
178
178
<dependency >
179
179
<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 >
181
186
<version >${groovy.version} </version >
182
187
</dependency >
183
188
<!--
You can’t perform that action at this time.
0 commit comments