Skip to content

Commit

Permalink
Merge pull request #3 from realshadow/master
Browse files Browse the repository at this point in the history
Add STS SDK as a dependency for profile role assumptions
  • Loading branch information
magJ authored May 15, 2020
2 parents ed3ec41 + 2cf2a2a commit 50318ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ repositories {

dependencies {
implementation("com.amazonaws:aws-java-sdk-rds:1.11.745")
implementation("com.amazonaws:aws-java-sdk-sts:1.11.745")
testImplementation("junit:junit:3.8.1")
testImplementation("org.postgresql:postgresql:42.2.12")
}

group = "io.magj"

val release: String? by project
val baseVersion = "0.1.7"
val baseVersion = "0.1.8"

version = if (release != null && release!!.toBoolean()) {
baseVersion
Expand Down

0 comments on commit 50318ed

Please sign in to comment.