Skip to content

Commit

Permalink
Fix incorrect Gradle project configuration. (aws#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhx authored and sriram-mv committed Mar 27, 2019
1 parent fd57ef5 commit cd113eb
Showing 1 changed file with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,6 @@ repositories {
}

dependencies {
implementation 'software.amazon.awssdk:annotations:2.1.0'
compile (
'com.amazonaws:aws-lambda-java-core:1.1.0'
)
testCompile 'junit:junit:4.12'
implementation 'com.amazonaws:aws-lambda-java-core:1.2.0'
testImplementation 'junit:junit:4.12'
}

sourceSets {
main {
java {
srcDir 'src/main'
}
}
}

0 comments on commit cd113eb

Please sign in to comment.