We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28bedce commit 02cb8fcCopy full SHA for 02cb8fc
spring-cloud-function-adapters/spring-cloud-function-serverless-web/pom.xml
@@ -17,10 +17,6 @@
17
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
18
</properties>
19
<dependencies>
20
- <dependency>
21
- <groupId>com.fasterxml.jackson.core</groupId>
22
- <artifactId>jackson-databind</artifactId>
23
- </dependency>
24
<dependency>
25
<groupId>org.springframework</groupId>
26
<artifactId>spring-webmvc</artifactId>
@@ -30,6 +26,7 @@
30
31
27
<groupId>org.springframework.boot</groupId>
32
28
<artifactId>spring-boot-starter-security</artifactId>
29
+ <scope>provided</scope>
33
</dependency>
34
35
<groupId>org.springframework.security</groupId>
0 commit comments