Pin problematic dependency in local repo cache

This commit is contained in:
Dave Syer
2013-07-23 17:32:53 +01:00
parent 672aa71ef5
commit 08137cf4d6
2 changed files with 8 additions and 3 deletions

View File

@@ -33,6 +33,12 @@
<artifactId>groovy-templates</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.16.1-GA</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<resources>