Skip to content

Commit a4e9df8

Browse files
author
Harish Butani
committed
changes to pom.xml make it work with Juno
1 parent dfc3ab4 commit a4e9df8

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

windowing/pom.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
6262
<dependency>
6363
<groupId>org.codehaus.groovy</groupId>
6464
<artifactId>groovy-eclipse-compiler</artifactId>
65-
<version>2.5.1-M3</version>
66-
<exclusions>
67-
<exclusion>
68-
<groupId>org.codehaus.groovy</groupId>
69-
<artifactId>groovy-eclipse-batch</artifactId>
70-
</exclusion>
71-
</exclusions>
65+
<version>2.7.0-01</version>
7266
</dependency>
7367
<dependency>
7468
<groupId>org.codehaus.groovy</groupId>
7569
<artifactId>groovy-eclipse-batch</artifactId>
76-
<version>1.8.0-03</version>
70+
<version>1.8.6-01</version>
7771
</dependency>
7872
</dependencies>
7973
</plugin>
@@ -116,7 +110,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
116110
<dependency>
117111
<groupId>org.codehaus.groovy</groupId>
118112
<artifactId>groovy-all</artifactId>
119-
<version>1.8.0</version>
113+
<version>1.8.6</version>
120114
<scope>compile</scope>
121115
</dependency>
122116
<dependency>

0 commit comments

Comments
 (0)