Skip to content

Commit

Permalink
Merge pull request #24 from AndreyRainchik/master
Browse files Browse the repository at this point in the history
Create new profiles with assumeRole
  • Loading branch information
AndreyRainchik committed Dec 4, 2019
2 parents b02e81e + b397ed3 commit 2f1d177
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 86 deletions.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ version '1.0-SNAPSHOT'

apply plugin: 'java'


repositories {
mavenCentral()
}
Expand All @@ -12,7 +11,12 @@ dependencies {
compile 'com.google.guava:guava:23.2-jre'
compile 'com.intellij:forms_rt:7.0.3'
compile 'javax.xml.bind:jaxb-api:2.3.0'
// https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-sts
compile group: 'com.amazonaws', name: 'aws-java-sdk-sts', version: '1.11.683'
testCompile group: 'junit', name: 'junit', version: '4.12'
implementation platform('com.amazonaws:aws-java-sdk-bom:1.11.228')
implementation 'com.amazonaws:aws-java-sdk-sts'
testImplementation group: 'junit', name: 'junit', version: '4.11'
}

def mainClassName = "com.netspi.awssigner.Main"
Expand Down
Loading

0 comments on commit 2f1d177

Please sign in to comment.