Skip to content

Commit

Permalink
fix module
Browse files Browse the repository at this point in the history
  • Loading branch information
gregw committed Jan 15, 2025
1 parent b5b1074 commit 313114b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

import java.util.ArrayList;
import java.util.List;
import java.util.ServiceLoader;

import jakarta.websocket.Extension;
import jakarta.websocket.HandshakeResponse;
Expand All @@ -28,7 +27,7 @@
/**
* The "Container Default Configurator" per the JSR-356 spec.
*
* @see ServiceLoader behavior of {@link jakarta.websocket.server.ServerEndpointConfig.Configurator}
* @see jakarta.websocket.server.ServerEndpointConfig.Configurator
*/
public final class ContainerDefaultConfigurator extends Configurator
{
Expand Down
10 changes: 10 additions & 0 deletions jetty-home/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,16 @@
<type>jar</type>
<optional>true</optional>
</dependency>
<!-- Demo Servlet 6 Apps -->
<dependency>
<groupId>org.eclipse.jetty.demos</groupId>
<artifactId>jetty-servlet6-demo-simple-webapp</artifactId>
<version>${project.version}</version>
<classifier>config</classifier>
<type>jar</type>
<optional>true</optional>
</dependency>
<!-- EE10 -->
<dependency>
<groupId>org.eclipse.jetty.ee10</groupId>
<artifactId>jetty-ee10-home</artifactId>
Expand Down

0 comments on commit 313114b

Please sign in to comment.