Skip to content

Commit

Permalink
fix test failure and cleanup jetty core client pom.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <[email protected]>
  • Loading branch information
lachlan-roberts committed Jul 2, 2023
1 parent e0133d7 commit 69728c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,6 @@
<bundle-symbolic-name>${project.groupId}.client</bundle-symbolic-name>
</properties>

<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Require-Capability>
osgi.extender; filter:="(osgi.extender=osgi.serviceloader.registrar)"
</Require-Capability>
<Provide-Capability>
osgi.serviceloader; osgi.serviceloader=org.eclipse.jetty.ee10.webapp.Configuration
</Provide-Capability>
</instructions>
</configuration>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ public void testWebsocketClientInWebappProvidedByServer(String scheme, String en
toEnvironment("websocket-jakarta", env),
toEnvironment("deploy", env),
toEnvironment("apache-jsp", env),
toEnvironment("websocket-jetty-client", env)
toEnvironment("websocket-jetty-client-webapp", env)
);
try (JettyHomeTester.Run run1 = distribution.start("--approve-all-licenses", "--add-modules=" + mods))
{
Expand Down

0 comments on commit 69728c3

Please sign in to comment.