Skip to content

Commit 84c5be0

Browse files
Jetty-http upgrade from 9.4.12 to 9.4.52
1 parent ee75057 commit 84c5be0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@
9696
<artifactId>logback-classic</artifactId>
9797
<version>1.2.13</version>
9898
</dependency>
99+
<dependency>
100+
<groupId>org.eclipse.jetty</groupId>
101+
<artifactId>jetty-http</artifactId>
102+
<version>9.4.52.v20230823</version>
103+
</dependency>
99104
<dependency>
100105
<groupId>io.cdap.cdap</groupId>
101106
<artifactId>cdap-api</artifactId>
@@ -256,6 +261,12 @@
256261
<groupId>org.cometd.java</groupId>
257262
<artifactId>cometd-java-client</artifactId>
258263
<version>${cometd.java.client.version}</version>
264+
<exclusions>
265+
<exclusion>
266+
<groupId>org.eclipse.jetty</groupId>
267+
<artifactId>jetty-http</artifactId>
268+
</exclusion>
269+
</exclusions>
259270
</dependency>
260271
<dependency>
261272
<groupId>org.antlr</groupId>

0 commit comments

Comments
 (0)