|
14 | 14 |
|
15 | 15 | <name>bookshop</name> |
16 | 16 |
|
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 | | - |
49 | 17 | <!-- ACTUAL DEPENDENCIES --> |
50 | 18 | <dependencies> |
51 | 19 | <!-- CDS DEPENDENCIES --> |
|
78 | 46 | <groupId>com.sap.cds</groupId> |
79 | 47 | <artifactId>cds-feature-mt</artifactId> |
80 | 48 | <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> |
87 | 49 | </dependency> |
88 | 50 | <dependency> |
89 | 51 | <groupId>com.sap.cds</groupId> |
|
104 | 66 | </exclusion> |
105 | 67 | </exclusions> |
106 | 68 | </dependency> |
107 | | - <dependency> |
108 | | - <groupId>com.nimbusds</groupId> |
109 | | - <artifactId>nimbus-jose-jwt</artifactId> |
110 | | - <version>9.39.1</version> |
111 | | - </dependency> |
112 | 69 | <dependency> |
113 | 70 | <groupId>com.sap.cds</groupId> |
114 | 71 | <artifactId>cds-starter-cloudfoundry</artifactId> |
|
126 | 83 | <groupId>com.nimbusds</groupId> |
127 | 84 | <artifactId>nimbus-jose-jwt</artifactId> |
128 | 85 | </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> |
141 | 86 | </exclusions> |
142 | 87 | </dependency> |
143 | 88 |
|
|
205 | 150 | <dependency> |
206 | 151 | <groupId>com.h2database</groupId> |
207 | 152 | <artifactId>h2</artifactId> |
208 | | - <version>2.4.240</version> |
209 | 153 | <scope>runtime</scope> |
210 | 154 | </dependency> |
211 | 155 |
|
|
247 | 191 | <groupId>org.springframework.security</groupId> |
248 | 192 | <artifactId>spring-security-test</artifactId> |
249 | 193 | <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> |
260 | 194 | </dependency> |
261 | 195 |
|
262 | 196 | <dependency> |
|
270 | 204 | <groupId>org.springframework.boot</groupId> |
271 | 205 | <artifactId>spring-boot-devtools</artifactId> |
272 | 206 | <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> |
283 | 207 | </dependency> |
284 | 208 | </dependencies> |
285 | 209 |
|
|
0 commit comments