Skip to content

Commit bb8a2a1

Browse files
committed
Exclude jersey-constants from the release test
Signed-off-by: Maxim Nesen <[email protected]>
1 parent 5d70e2c commit bb8a2a1

File tree

1 file changed

+2
-1
lines changed
  • tests/release-test/src/test/java/org/glassfish/jersey/test/artifacts

1 file changed

+2
-1
lines changed

tests/release-test/src/test/java/org/glassfish/jersey/test/artifacts/ManifestTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, 2024 Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2022, 2025 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
@@ -37,6 +37,7 @@ public class ManifestTest {
3737
"servlet-portability", /* obsolete */
3838
"helidon-connector", /* Helidon does not contain OSGi headers */
3939
"grizzly-connector", /* Limited maintenance */
40+
"jersey-constants" /* Constants do not contain OSGi headers */
4041
};
4142

4243
@Test

0 commit comments

Comments
 (0)