Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-milles committed Dec 9, 2021
1 parent 03d8484 commit d9bd13d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Site-org.codehaus.groovy.eclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
</activation>

<pluginRepositories>
<pluginRepository>
<id>jcenter</id>
<url>https://jcenter.bintray.com</url>
</pluginRepository>
<pluginRepository>
<id>spring-plugins-release</id>
<name>Spring Plugins Repository</name>
Expand Down Expand Up @@ -182,7 +186,7 @@
<dependency>
<groupId>org.springframework.build</groupId>
<artifactId>org.springframework.build.aws.ant</artifactId>
<version>3.0.6.RELEASE</version>
<version>3.1.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.jets3t</groupId>
Expand All @@ -200,11 +204,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-nodeps</artifactId>
<version>1.8.1</version>
</dependency>
</dependencies>
</plugin>
</plugins>
Expand Down

0 comments on commit d9bd13d

Please sign in to comment.