Skip to content

Commit e5a9bba

Browse files
committed
Fixed gradle build file for springboot2 archetype to use the new dependency
1 parent 9f28d25 commit e5a9bba

File tree

1 file changed

+1
-1
lines changed
  • aws-serverless-springboot2-archetype/src/main/resources/archetype-resources

1 file changed

+1
-1
lines changed

aws-serverless-springboot2-archetype/src/main/resources/archetype-resources/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212
dependencies {
1313
compile (
1414
'org.springframework.boot:spring-boot-starter-web:2.1.1.RELEASE',
15-
'com.amazonaws.serverless:aws-serverless-java-container-spring:[1.0,)',
15+
'com.amazonaws.serverless:aws-serverless-java-container-springboot2:[1.0,)',
1616
'io.symphonia:lambda-logging:1.0.1'
1717
)
1818

0 commit comments

Comments
 (0)