Skip to content

Commit bdeb64f

Browse files
authored
Update pom.xml
1 parent 83d72bd commit bdeb64f

1 file changed

Lines changed: 0 additions & 47 deletions

File tree

  • app/single-tenant/personal-space/demoapp/srv

app/single-tenant/personal-space/demoapp/srv/pom.xml

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -12,37 +12,6 @@
1212

1313
<name>demoapp</name>
1414

15-
<dependencyManagement>
16-
<dependencies>
17-
<!-- Security fixes: force safe transitive versions -->
18-
<dependency>
19-
<groupId>org.springframework.security</groupId>
20-
<artifactId>spring-security-web</artifactId>
21-
<version>6.5.11</version>
22-
</dependency>
23-
<dependency>
24-
<groupId>org.springframework.security</groupId>
25-
<artifactId>spring-security-config</artifactId>
26-
<version>6.5.11</version>
27-
</dependency>
28-
<dependency>
29-
<groupId>org.apache.tomcat.embed</groupId>
30-
<artifactId>tomcat-embed-core</artifactId>
31-
<version>10.1.56</version>
32-
</dependency>
33-
<dependency>
34-
<groupId>org.apache.tomcat.embed</groupId>
35-
<artifactId>tomcat-embed-websocket</artifactId>
36-
<version>10.1.56</version>
37-
</dependency>
38-
<dependency>
39-
<groupId>org.apache.tomcat.embed</groupId>
40-
<artifactId>tomcat-embed-el</artifactId>
41-
<version>10.1.56</version>
42-
</dependency>
43-
</dependencies>
44-
</dependencyManagement>
45-
4615
<!-- ACTUAL DEPENDENCIES -->
4716
<dependencies>
4817

@@ -66,11 +35,6 @@
6635
</exclusions>
6736
</dependency>
6837

69-
<dependency>
70-
<groupId>com.nimbusds</groupId>
71-
<artifactId>nimbus-jose-jwt</artifactId>
72-
<version>9.39.1</version>
73-
</dependency>
7438

7539
<!-- CDS SPRING BOOT STARTER -->
7640
<dependency>
@@ -99,16 +63,6 @@
9963
<groupId>org.springframework.boot</groupId>
10064
<artifactId>spring-boot-devtools</artifactId>
10165
<optional>true</optional>
102-
<exclusions>
103-
<exclusion>
104-
<groupId>org.springframework.boot</groupId>
105-
<artifactId>spring-boot</artifactId>
106-
</exclusion>
107-
<exclusion>
108-
<groupId>org.springframework.boot</groupId>
109-
<artifactId>spring-boot-autoconfigure</artifactId>
110-
</exclusion>
111-
</exclusions>
11266
</dependency>
11367

11468
<dependency>
@@ -120,7 +74,6 @@
12074
<dependency>
12175
<groupId>com.h2database</groupId>
12276
<artifactId>h2</artifactId>
123-
<version>2.4.240</version>
12477
<scope>runtime</scope>
12578
</dependency>
12679

0 commit comments

Comments
 (0)