Skip to content

Commit c0a7a25

Browse files
author
Gabriele-Cardosi
committed
[NO_ISSUE] Embed-tomcat related multiple CVES
1 parent 9ac4241 commit c0a7a25

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

kie-spring-boot/pom.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@
5050
<groupId>jakarta.validation</groupId>
5151
<artifactId>jakarta.validation-api</artifactId>
5252
</exclusion>
53+
<exclusion>
54+
<groupId>org.apache.tomcat.embed</groupId>
55+
<artifactId>tomcat-embed-core</artifactId>
56+
</exclusion>
57+
<exclusion>
58+
<groupId>org.apache.tomcat.embed</groupId>
59+
<artifactId>tomcat-embed-websocket</artifactId>
60+
</exclusion>
5361
</exclusions>
5462
</dependency>
5563

@@ -62,6 +70,10 @@
6270
<groupId>jakarta.validation</groupId>
6371
<artifactId>jakarta.validation-api</artifactId>
6472
</exclusion>
73+
<exclusion>
74+
<groupId>org.apache.tomcat.embed</groupId>
75+
<artifactId>tomcat-embed-el</artifactId>
76+
</exclusion>
6577
</exclusions>
6678
</dependency>
6779

@@ -87,6 +99,22 @@
8799
<version>${version.org.springframework.boot}</version>
88100
</dependency>
89101

102+
<dependency>
103+
<groupId>org.apache.tomcat.embed</groupId>
104+
<artifactId>tomcat-embed-core</artifactId>
105+
<version>${version.org.apache.tomcat}</version>
106+
</dependency>
107+
<dependency>
108+
<groupId>org.apache.tomcat.embed</groupId>
109+
<artifactId>tomcat-embed-websocket</artifactId>
110+
<version>${version.org.apache.tomcat}</version>
111+
</dependency>
112+
<dependency>
113+
<groupId>org.apache.tomcat.embed</groupId>
114+
<artifactId>tomcat-embed-el</artifactId>
115+
<version>${version.org.apache.tomcat}</version>
116+
</dependency>
117+
90118
<!-- spring boot auto configuration modules -->
91119
<dependency>
92120
<groupId>org.kie</groupId>

0 commit comments

Comments
 (0)