Browse Source

Remove dependency management for groovy-binary

pull/812/head
Andy Wilkinson 12 years ago
parent
commit
638561d8f8
  1. 5
      spring-boot-dependencies/pom.xml

5
spring-boot-dependencies/pom.xml

@ -465,11 +465,6 @@ @@ -465,11 +465,6 @@
<artifactId>groovy-ant</artifactId>
<version>${groovy.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-binary</artifactId>
<version>${groovy.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-bsf</artifactId>

Loading…
Cancel
Save