Skip to content
Snippets Groups Projects
Commit dba27c40 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

Add AWS Lambda core dependency

parent 5367c973
No related branches found
No related tags found
1 merge request!275Resolves: Lambda Parallelization - Lambda Function for GroundMotionsToCurves
...@@ -24,6 +24,7 @@ apply from: "${projectDir}/gradle/spotless.gradle" ...@@ -24,6 +24,7 @@ apply from: "${projectDir}/gradle/spotless.gradle"
dependencies { dependencies {
api "com.google.guava:guava:${guavaVersion}" api "com.google.guava:guava:${guavaVersion}"
api "com.google.code.gson:gson:${gsonVersion}" api "com.google.code.gson:gson:${gsonVersion}"
implementation "com.amazonaws:aws-lambda-java-core:${awsCoreVersion}"
testImplementation "org.junit.jupiter:junit-jupiter:${junitVersion}" testImplementation "org.junit.jupiter:junit-jupiter:${junitVersion}"
} }
......
awsCoreVersion = 1.2.1
junitVersion = 5.8.2 junitVersion = 5.8.2
githooksVersion = 1.2.0 githooksVersion = 1.2.0
gitVersionVersion = 0.15.0 gitVersionVersion = 0.15.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment