File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 67
67
<groupId >${project.groupId} </groupId >
68
68
<artifactId >strongbox-testing-web</artifactId >
69
69
</exclusion >
70
+ <exclusion >
71
+ <groupId >org.codehaus.groovy</groupId >
72
+ <artifactId >groovy-xml</artifactId >
73
+ </exclusion >
74
+ <exclusion >
75
+ <groupId >org.codehaus.groovy</groupId >
76
+ <artifactId >groovy-json</artifactId >
77
+ </exclusion >
78
+ <exclusion >
79
+ <groupId >org.codehaus.groovy</groupId >
80
+ <artifactId >groovy</artifactId >
81
+ </exclusion >
70
82
</exclusions >
71
83
</dependency >
72
84
<dependency >
308
320
309
321
<dependency >
310
322
<groupId >org.codehaus.groovy</groupId >
311
- <artifactId >groovy-all </artifactId >
312
- <version >${version.groovy} </version >
323
+ <artifactId >groovy</artifactId >
324
+ <version >3.0.2 </version >
313
325
</dependency >
314
326
</dependencies >
315
327
</plugin >
You can’t perform that action at this time.
0 commit comments