Skip to content

Commit

Permalink
JPMS Jetty 12 multiversions set properly
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <[email protected]>
  • Loading branch information
senivam committed Dec 22, 2023
1 parent 792b5c6 commit 56c6c48
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 3 deletions.
1 change: 1 addition & 0 deletions connectors/jetty-http2-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
<configuration>
<testExcludes>
<testExclude>org/glassfish/jersey/jetty/http2/connector/*.java</testExclude>
<testExclude>module-info.java</testExclude>
</testExcludes>
</configuration>
</plugin>
Expand Down
1 change: 1 addition & 0 deletions containers/jetty-http2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
<configuration>
<testExcludes>
<testExclude>org/glassfish/jersey/jetty/http2/*.java</testExclude>
<testExclude>module-info.java</testExclude>
</testExcludes>
</configuration>
</plugin>
Expand Down
6 changes: 6 additions & 0 deletions test-framework/providers/jetty-http2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,15 @@
<configuration>
<testExcludes>
<testExclude>org/glassfish/jersey/test/jetty/http2/*.java</testExclude>
<testExclude>module-info.java</testExclude>
</testExcludes>
</configuration>
</plugin>
<plugin>
<groupId>com.sun.istack</groupId>
<artifactId>istack-commons-maven-plugin</artifactId>
<inherited>true</inherited>
</plugin>
</plugins>
</build>
</profile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
package org.glassfish.jersey.test.jetty.http2;

import jakarta.ws.rs.ProcessingException;
import org.glassfish.jersey.jetty.http2.LocalizationMessages;
import org.glassfish.jersey.test.DeploymentContext;
import org.glassfish.jersey.test.spi.TestContainer;
import org.glassfish.jersey.test.spi.TestContainerFactory;
Expand Down
6 changes: 6 additions & 0 deletions test-framework/providers/jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@
<build>
<directory>${java11.build.outputDirectory}</directory>
<plugins>
<plugin>
<groupId>com.sun.istack</groupId>
<artifactId>istack-commons-maven-plugin</artifactId>
<inherited>true</inherited>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
Expand All @@ -91,6 +96,7 @@
<configuration>
<testExcludes>
<testExclude>org/glassfish/jersey/test/jetty/*.java</testExclude>
<testExclude>module-info.java</testExclude>
</testExcludes>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
module org.glassfish.jersey.tests.framework.provider.jetty {
requires java.logging;

// requires jakarta.servlet;
requires jakarta.ws.rs;

requires org.eclipse.jetty.server;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2020, 2023 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2023 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0, which is available at
Expand Down

0 comments on commit 56c6c48

Please sign in to comment.