Skip to content

Commit

Permalink
Merge pull request #68 from ndeloof/master
Browse files Browse the repository at this point in the history
Depend on the aws-java-sdk plugin to limit aws sdk duplication in classpath
  • Loading branch information
ndeloof committed Sep 8, 2015
2 parents 845f1bc + f2ae106 commit 71cdc9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@

<dependencies>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.9.6</version>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.10.16</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
Expand Down

2 comments on commit 71cdc9a

@jspiewak
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any sense when a release might be cut?

@ndeloof
Copy link
Author

@ndeloof ndeloof commented on 71cdc9a Sep 9, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this plugin has an active maintainer, so afaik you can run a release if you wish

Please sign in to comment.