Created
September 23, 2016 03:22
-
-
Save dball/d295118c35c12e5d148b79bda761db98 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(set-env! | |
:wagons (fn [wagons] | |
(conj wagons '[sparkfund/aws-maven "5.1.0" | |
:schemes {"s3" #(org.springframework.build.aws.maven.SimpleStorageServiceWagon.)}])) | |
:repositories (fn [repos] | |
(conj repos | |
'["sparkfund-snapshots" {:url "s3://sparkfund-maven/snapshots"}])) | |
:dependencies '[[sparkfund/private-secret-library "0.0.1"]]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment