Skip to content

Commit 7968e4b

Browse files
committed
GH-1282 Make spring-webmvc dependency optional in AWS adapter
Resolves #1282
1 parent bd26e27 commit 7968e4b

File tree

1 file changed

+1
-0
lines changed
  • spring-cloud-function-adapters/spring-cloud-function-adapter-aws

1 file changed

+1
-0
lines changed

spring-cloud-function-adapters/spring-cloud-function-adapter-aws/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
<dependency>
9292
<groupId>org.springframework</groupId>
9393
<artifactId>spring-webmvc</artifactId>
94+
<optional>true</optional>
9495
</dependency>
9596
<dependency>
9697
<groupId>org.springframework.cloud</groupId>

0 commit comments

Comments
 (0)