Skip to content

Commit

Permalink
fix(Templates): Ensure missing Kotlin dependencies (#8010)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarzo committed Jul 30, 2020
1 parent 0e56be3 commit 15fae3b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@ dependencies {
api("org.jetbrains.kotlin:kotlin-stdlib:1.3.71")
api("com.amazonaws:aws-lambda-java-core:1.2.1")
api("com.amazonaws:aws-lambda-java-log4j2:1.2.0")
api("org.slf4j:slf4j-simple:1.7.30")
api("com.fasterxml.jackson.core:jackson-core:2.11.0")
api("com.fasterxml.jackson.core:jackson-databind:2.11.0")
api("com.fasterxml.jackson.core:jackson-annotations:2.11.0")
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.11.0")

testImplementation(kotlin("test-junit"))
}

tasks.build {
Expand Down

0 comments on commit 15fae3b

Please sign in to comment.