Skip to content

Commit

Permalink
Revert to groovy 1.7 due to incompatible class change error
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Sep 21, 2011
1 parent 3cf8b47 commit f246eaa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -114,10 +114,12 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>${groovy.version}</version>
</dependency>
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<version>0.5-groovy-1.7</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -164,4 +166,9 @@
</plugin>
</plugins>
</reporting>

<properties>
<groovy.version>1.7.10</groovy.version>
<gmaven.version>1.3</gmaven.version>
</properties>
</project>

0 comments on commit f246eaa

Please sign in to comment.