diff options
Diffstat (limited to 'asdctool')
-rw-r--r-- | asdctool/pom.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 0ccf87098d..9a0a546d17 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -208,8 +208,7 @@ <!-- groovy --> <dependency> <groupId>org.codehaus.groovy</groupId> - <artifactId>groovy-all</artifactId> - <version>${groovy.version}</version> + <artifactId>groovy</artifactId> <scope>compile</scope> </dependency> @@ -509,12 +508,6 @@ <scope>test</scope> </dependency> <!-- testing end --> - - <dependency> - <groupId>org.codehaus.groovy</groupId> - <artifactId>groovy</artifactId> - <version>2.4.8</version> - </dependency> </dependencies> <build> |