Skip to content

Commit 75f16b2

Browse files
committed
OSGI groupId fix
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
1 parent 29913b9 commit 75f16b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)