Skip to content

Commit

Permalink
Update Jetty (including through jicoco dependency). (#1146)
Browse files Browse the repository at this point in the history
Also remove some no-longer-used dependencies.
  • Loading branch information
JonathanLennox committed Apr 9, 2024
1 parent ac6cb05 commit 5de3401
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 44 deletions.
12 changes: 0 additions & 12 deletions jicofo-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
Expand Down
12 changes: 0 additions & 12 deletions jicofo-selector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
Expand Down
8 changes: 0 additions & 8 deletions jicofo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down
14 changes: 2 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</licenses>
<properties>
<assembly.skipAssembly>false</assembly.skipAssembly>
<jetty.version>11.0.14</jetty.version>
<jetty.version>11.0.20</jetty.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Make sure this matches the version of the jxmpp artifacts inheriteb from smack. -->
<jxmpp.version>1.0.3</jxmpp.version>
Expand All @@ -44,7 +44,7 @@
<slf4j.version>1.7.32</slf4j.version>
<jersey.version>3.0.10</jersey.version>
<jitsi.utils.version>1.0-127-g6c65524</jitsi.utils.version>
<jicoco.version>1.1-132-g906f995</jicoco.version>
<jicoco.version>1.1-140-g8f45a9f</jicoco.version>
<ktlint-maven-plugin.version>3.0.0</ktlint-maven-plugin.version>
<spotbugs.version>4.6.0</spotbugs.version>
<junit.version>5.10.0</junit.version>
Expand Down Expand Up @@ -94,16 +94,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.14</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down

0 comments on commit 5de3401

Please sign in to comment.