Skip to content

Commit 38dadb6

Browse files
revert jetty change
1 parent 04b2061 commit 38dadb6

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,6 @@
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>
10499
<dependency>
105100
<groupId>io.cdap.cdap</groupId>
106101
<artifactId>cdap-api</artifactId>
@@ -265,12 +260,6 @@
265260
<groupId>org.cometd.java</groupId>
266261
<artifactId>cometd-java-client</artifactId>
267262
<version>${cometd.java.client.version}</version>
268-
<exclusions>
269-
<exclusion>
270-
<groupId>org.eclipse.jetty</groupId>
271-
<artifactId>jetty-http</artifactId>
272-
</exclusion>
273-
</exclusions>
274263
</dependency>
275264
<dependency>
276265
<groupId>org.antlr</groupId>

0 commit comments

Comments
 (0)