Skip to content

Commit 02cb8fc

Browse files
committed
Fix cleanup s-c-f-serverless-web POM
1 parent 28bedce commit 02cb8fc

File tree

1 file changed

+1
-4
lines changed
  • spring-cloud-function-adapters/spring-cloud-function-serverless-web

1 file changed

+1
-4
lines changed

spring-cloud-function-adapters/spring-cloud-function-serverless-web/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1818
</properties>
1919
<dependencies>
20-
<dependency>
21-
<groupId>com.fasterxml.jackson.core</groupId>
22-
<artifactId>jackson-databind</artifactId>
23-
</dependency>
2420
<dependency>
2521
<groupId>org.springframework</groupId>
2622
<artifactId>spring-webmvc</artifactId>
@@ -30,6 +26,7 @@
3026
<dependency>
3127
<groupId>org.springframework.boot</groupId>
3228
<artifactId>spring-boot-starter-security</artifactId>
29+
<scope>provided</scope>
3330
</dependency>
3431
<dependency>
3532
<groupId>org.springframework.security</groupId>

0 commit comments

Comments
 (0)