Skip to content

Commit ca2a500

Browse files
committed
Update groovy-lombok-parent to 1.1.10
1 parent c8c95f7 commit ca2a500

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>cz.jirutka.maven</groupId>
99
<artifactId>groovy-lombok-parent</artifactId>
10-
<version>1.1.7</version>
10+
<version>1.1.10</version>
1111
</parent>
1212

1313

@@ -176,6 +176,12 @@
176176
<groupId>org.spockframework</groupId>
177177
<artifactId>spock-spring</artifactId>
178178
<version>${spock.version}</version>
179+
<exclusions>
180+
<exclusion>
181+
<groupId>org.codehaus.groovy</groupId>
182+
<artifactId>groovy-all</artifactId>
183+
</exclusion>
184+
</exclusions>
179185
<scope>test</scope>
180186
</dependency>
181187

0 commit comments

Comments
 (0)