Skip to content

Commit

Permalink
Use joda-time 2.8.1
Browse files Browse the repository at this point in the history
This updates joda-time to version 2.8.1. This is due to a bug in older versions of
joda-time which cause it to [break when used with the AWS SDK](aws/aws-sdk-java#484).
  • Loading branch information
Ómar Kjartan Yasin authored and Ómar Kjartan Yasin committed Oct 14, 2015
1 parent 550dc9c commit 4b12d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject lein-maven-s3-wagon "0.2.5-SNAPSHOT"
(defproject lein-maven-s3-wagon "0.2.6-SNAPSHOT"
:description "A leiningen plugin for publishing to a private S3
maven repository."
:url "http://github.com/pjstadig/lein-maven-s3-wagon/"
:license {:name "Mozilla Public License, v. 2.0"
:url "http://mozilla.org/MPL/2.0/"}
:dependencies [[joda-time "2.2"]
:dependencies [[joda-time "2.8.1"]
[pjstadig/maven-s3-wagon "1.3.4" :exclusions [joda-time]]]
:repositories [["releases" {:url "https://clojars.org/repo/"
:creds :gpg}]]
Expand Down

0 comments on commit 4b12d46

Please sign in to comment.