Skip to content

Commit 5ca1794

Browse files
authored
Update pom.xml
1 parent b355b49 commit 5ca1794

1 file changed

Lines changed: 0 additions & 76 deletions

File tree

  • app/multi-tenant/personal-space/cloud-cap-samples-java/srv

app/multi-tenant/personal-space/cloud-cap-samples-java/srv/pom.xml

Lines changed: 0 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -14,38 +14,6 @@
1414

1515
<name>bookshop</name>
1616

17-
18-
<dependencyManagement>
19-
<dependencies>
20-
<!-- Security fixes: force safe transitive versions -->
21-
<dependency>
22-
<groupId>org.springframework.security</groupId>
23-
<artifactId>spring-security-web</artifactId>
24-
<version>6.5.11</version>
25-
</dependency>
26-
<dependency>
27-
<groupId>org.springframework.security</groupId>
28-
<artifactId>spring-security-config</artifactId>
29-
<version>6.5.11</version>
30-
</dependency>
31-
<dependency>
32-
<groupId>org.apache.tomcat.embed</groupId>
33-
<artifactId>tomcat-embed-core</artifactId>
34-
<version>10.1.56</version>
35-
</dependency>
36-
<dependency>
37-
<groupId>org.apache.tomcat.embed</groupId>
38-
<artifactId>tomcat-embed-websocket</artifactId>
39-
<version>10.1.56</version>
40-
</dependency>
41-
<dependency>
42-
<groupId>org.apache.tomcat.embed</groupId>
43-
<artifactId>tomcat-embed-el</artifactId>
44-
<version>10.1.56</version>
45-
</dependency>
46-
</dependencies>
47-
</dependencyManagement>
48-
4917
<!-- ACTUAL DEPENDENCIES -->
5018
<dependencies>
5119
<!-- CDS DEPENDENCIES -->
@@ -78,12 +46,6 @@
7846
<groupId>com.sap.cds</groupId>
7947
<artifactId>cds-feature-mt</artifactId>
8048
<version>4.3.0</version>
81-
<exclusions>
82-
<exclusion>
83-
<groupId>com.fasterxml.jackson.core</groupId>
84-
<artifactId>jackson-databind</artifactId>
85-
</exclusion>
86-
</exclusions>
8749
</dependency>
8850
<dependency>
8951
<groupId>com.sap.cds</groupId>
@@ -104,11 +66,6 @@
10466
</exclusion>
10567
</exclusions>
10668
</dependency>
107-
<dependency>
108-
<groupId>com.nimbusds</groupId>
109-
<artifactId>nimbus-jose-jwt</artifactId>
110-
<version>9.39.1</version>
111-
</dependency>
11269
<dependency>
11370
<groupId>com.sap.cds</groupId>
11471
<artifactId>cds-starter-cloudfoundry</artifactId>
@@ -126,18 +83,6 @@
12683
<groupId>com.nimbusds</groupId>
12784
<artifactId>nimbus-jose-jwt</artifactId>
12885
</exclusion>
129-
<exclusion>
130-
<groupId>org.springframework.security</groupId>
131-
<artifactId>spring-security-oauth2-core</artifactId>
132-
</exclusion>
133-
<exclusion>
134-
<groupId>org.springframework.security</groupId>
135-
<artifactId>spring-security-oauth2-jose</artifactId>
136-
</exclusion>
137-
<exclusion>
138-
<groupId>org.springframework.security</groupId>
139-
<artifactId>spring-security-oauth2-resource-server</artifactId>
140-
</exclusion>
14186
</exclusions>
14287
</dependency>
14388

@@ -205,7 +150,6 @@
205150
<dependency>
206151
<groupId>com.h2database</groupId>
207152
<artifactId>h2</artifactId>
208-
<version>2.4.240</version>
209153
<scope>runtime</scope>
210154
</dependency>
211155

@@ -247,16 +191,6 @@
247191
<groupId>org.springframework.security</groupId>
248192
<artifactId>spring-security-test</artifactId>
249193
<scope>test</scope>
250-
<exclusions>
251-
<exclusion>
252-
<groupId>org.springframework.security</groupId>
253-
<artifactId>spring-security-core</artifactId>
254-
</exclusion>
255-
<exclusion>
256-
<groupId>org.springframework.security</groupId>
257-
<artifactId>spring-security-crypto</artifactId>
258-
</exclusion>
259-
</exclusions>
260194
</dependency>
261195

262196
<dependency>
@@ -270,16 +204,6 @@
270204
<groupId>org.springframework.boot</groupId>
271205
<artifactId>spring-boot-devtools</artifactId>
272206
<optional>true</optional>
273-
<exclusions>
274-
<exclusion>
275-
<groupId>org.springframework.boot</groupId>
276-
<artifactId>spring-boot</artifactId>
277-
</exclusion>
278-
<exclusion>
279-
<groupId>org.springframework.boot</groupId>
280-
<artifactId>spring-boot-autoconfigure</artifactId>
281-
</exclusion>
282-
</exclusions>
283207
</dependency>
284208
</dependencies>
285209

0 commit comments

Comments
 (0)