Skip to content

Commit

Permalink
Apply spar-wings dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dai0304 committed Mar 17, 2016
1 parent 11b4d06 commit 1ee0968
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 601 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,12 @@ ext {
hamcrestVersion = "1.3"
mockitoCoreVersion = "1.9.5"
guavaVersion = "18.0"
sparWingsVersion = "0.11"
}

repositories {
mavenCentral()
maven { url "http://dl.bintray.com/dai0304/spar-wings" } // for spar-wings
}

dependencies {
Expand All @@ -91,6 +93,8 @@ dependencies {
compile "com.amazonaws:aws-java-sdk-lambda:$awsJavaSdkVersion"
compile "com.amazonaws:aws-java-sdk-iam:$awsJavaSdkVersion"

compile "jp.xet.spar-wings:spar-wings-awscli-config:$sparWingsVersion"

// tests
testCompile "junit:junit:$junitVersion"
testCompile "org.hamcrest:hamcrest-library:$hamcrestVersion"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import java.util.ArrayList;
import java.util.List;

import jp.classmethod.aws.gradle.auth.AwsCliConfigProfileCredentialsProvider;
import jp.xet.sparwings.aws.auth.AwsCliConfigProfileCredentialsProvider;
import lombok.Getter;
import lombok.Setter;

Expand Down
145 changes: 0 additions & 145 deletions src/main/java/jp/classmethod/aws/gradle/auth/AwsCliConfigFile.java

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1ee0968

Please sign in to comment.