Skip to content

Commit 9a6c88e

Browse files
committed
Upgrade to Groovy 2.1.6
2 parents 037fd91 + 8459fd6 commit 9a6c88e

File tree

2 files changed

+19
-51
lines changed

2 files changed

+19
-51
lines changed

pom.xml

Lines changed: 18 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@
204204
</dependency>
205205
<dependency>
206206
<groupId>org.codehaus.groovy</groupId>
207-
<artifactId>groovy</artifactId>
208-
<version>1.8.9</version>
207+
<artifactId>groovy-all</artifactId>
208+
<version>2.1.6</version>
209209
</dependency>
210210
<dependency>
211211
<groupId>org.json</groupId>
@@ -248,32 +248,29 @@
248248
<sourceDirectory>src/main/groovy</sourceDirectory>
249249
<plugins>
250250
<plugin>
251-
<groupId>org.codehaus.gmaven</groupId>
252-
<artifactId>gmaven-plugin</artifactId>
253-
<version>1.4</version>
251+
<groupId>org.codehaus.groovy</groupId>
252+
<artifactId>groovy-eclipse-compiler</artifactId>
253+
<version>2.8.0-01</version>
254+
<extensions>true</extensions>
255+
</plugin>
256+
<plugin>
257+
<artifactId>maven-compiler-plugin</artifactId>
258+
<version>3.0</version>
259+
<configuration>
260+
<compilerId>groovy-eclipse-compiler</compilerId>
261+
</configuration>
254262
<dependencies>
255263
<dependency>
256-
<groupId>org.codehaus.gmaven.runtime</groupId>
257-
<artifactId>gmaven-runtime-1.8</artifactId>
258-
<version>1.4</version>
264+
<groupId>org.codehaus.groovy</groupId>
265+
<artifactId>groovy-eclipse-compiler</artifactId>
266+
<version>2.8.0-01</version>
259267
</dependency>
260268
<dependency>
261269
<groupId>org.codehaus.groovy</groupId>
262-
<artifactId>groovy</artifactId>
263-
<version>1.8.9</version>
270+
<artifactId>groovy-eclipse-batch</artifactId>
271+
<version>2.1.5-03</version>
264272
</dependency>
265273
</dependencies>
266-
<executions>
267-
<execution>
268-
<configuration>
269-
<providerSelection>1.8</providerSelection>
270-
</configuration>
271-
<goals>
272-
<goal>compile</goal>
273-
<goal>testCompile</goal>
274-
</goals>
275-
</execution>
276-
</executions>
277274
</plugin>
278275
<plugin>
279276
<groupId>org.apache.maven.plugins</groupId>
@@ -342,35 +339,6 @@
342339
<version>2.5.1</version>
343340
</plugin>
344341
</plugins>
345-
<pluginManagement>
346-
<plugins>
347-
<plugin>
348-
<groupId>org.eclipse.m2e</groupId>
349-
<artifactId>lifecycle-mapping</artifactId>
350-
<version>1.0.0</version>
351-
<configuration>
352-
<lifecycleMappingMetadata>
353-
<pluginExecutions>
354-
<pluginExecution>
355-
<pluginExecutionFilter>
356-
<groupId>org.codehaus.gmaven</groupId>
357-
<artifactId>gmaven-plugin</artifactId>
358-
<versionRange>1.4</versionRange>
359-
<goals>
360-
<goal>compile</goal>
361-
<goal>testCompile</goal>
362-
</goals>
363-
</pluginExecutionFilter>
364-
<action>
365-
<execute />
366-
</action>
367-
</pluginExecution>
368-
</pluginExecutions>
369-
</lifecycleMappingMetadata>
370-
</configuration>
371-
</plugin>
372-
</plugins>
373-
</pluginManagement>
374342
<extensions>
375343
<extension>
376344
<groupId>org.apache.maven.wagon</groupId>

src/assembly/dir.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<scope>runtime</scope>
1616
<useProjectArtifact>true</useProjectArtifact>
1717
<excludes>
18-
<!--<exclude>org.codehaus.groovy:groovy-all</exclude>-->
18+
<exclude>org.codehaus.groovy:groovy-all</exclude>
1919
<exclude>xml-apis:xml-apis</exclude>
2020
<exclude>jai_*</exclude>
2121
</excludes>

0 commit comments

Comments
 (0)