File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved.
33 *
44 * This program and the accompanying materials are made available under the
55 * terms of the Eclipse Public License v. 2.0, which is available at
@@ -61,7 +61,7 @@ public static Option[] configuration() {
6161
6262 mavenBundle ().groupId ("org.glassfish.jersey.bundles" ).artifactId ("jaxrs-ri" ).versionAsInProject (),
6363
64- mavenBundle ().groupId ("org.mortbay.jetty " ).artifactId ("servlet-api-2.5 " ).versionAsInProject (),
64+ mavenBundle ().groupId ("jakarta.servlet " ).artifactId ("jakarta. servlet-api" ).versionAsInProject (),
6565 mavenBundle ().groupId ("org.glassfish.grizzly" ).artifactId ("grizzly-http-servlet" ).versionAsInProject ()
6666 ));
6767
You can’t perform that action at this time.
0 commit comments