Skip to content

Commit

Permalink
Remove WebSocket support for Jetty 9 (jenkinsci#7101)
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick authored May 1, 2023
1 parent 7a75b7c commit cac4d94
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 237 deletions.
3 changes: 0 additions & 3 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ THE SOFTWARE.
<modules>
<module>bom</module>
<module>websocket/spi</module>
<module>websocket/jetty9</module>
<module>websocket/jetty10</module>
<module>core</module>
<module>war</module>
Expand Down
6 changes: 0 additions & 6 deletions war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ THE SOFTWARE.
<artifactId>websocket-jetty10</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>websocket-jetty9</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<!--
We bundle slf4j binding since we got some components (sshd for example)
Expand Down Expand Up @@ -180,7 +175,6 @@ THE SOFTWARE.
<exclude>org.jenkins-ci.main:cli</exclude>
<exclude>org.jenkins-ci.main:jenkins-core</exclude>
<exclude>org.jenkins-ci.main:remoting</exclude>
<exclude>org.jenkins-ci.main:websocket-jetty9</exclude>
<exclude>org.jenkins-ci.main:websocket-jetty10</exclude>
<exclude>org.jenkins-ci.main:websocket-spi</exclude>
<exclude>org.jenkins-ci:memory-monitor</exclude>
Expand Down
84 changes: 0 additions & 84 deletions websocket/jetty9/pom.xml

This file was deleted.

143 changes: 0 additions & 143 deletions websocket/jetty9/src/main/java/jenkins/websocket/Jetty9Provider.java

This file was deleted.

0 comments on commit cac4d94

Please sign in to comment.