Skip to content

Commit 85e26dc

Browse files
committed
CP year
Signed-off-by: Maxim Nesen <[email protected]>
1 parent b0bc120 commit 85e26dc

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

containers/grizzly2-http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2011, 2021 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2011, 2022 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at

containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021 Payara Foundation and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2021, 2022 Payara Foundation 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

containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/test/application/TestedEndpoint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021 Payara Foundation and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2021, 2022 Payara Foundation 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

examples/helloworld-weld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2011, 2021 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2011, 2022 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Distribution License v. 1.0, which is available at

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1766,12 +1766,6 @@
17661766
<version>${jackson.version}</version>
17671767
</dependency>
17681768

1769-
<dependency>
1770-
<groupId>com.fasterxml.jackson.module</groupId>
1771-
<artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
1772-
<version>${jackson.version}</version>
1773-
</dependency>
1774-
17751769
<dependency>
17761770
<groupId>xerces</groupId>
17771771
<artifactId>xercesImpl</artifactId>
@@ -2174,6 +2168,7 @@
21742168
<cdi.api.version>3.0.0</cdi.api.version>
21752169
<ejb.version>4.0.0</ejb.version>
21762170
<grizzly2.version>3.0.1</grizzly2.version>
2171+
<grizzly.npn.version>2.0.0</grizzly.npn.version>
21772172
<hk2.version>3.0.2</hk2.version>
21782173
<jsp.version>3.0.0</jsp.version>
21792174
<jstl.version>2.0.0</jstl.version>

tests/osgi/functional/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@
110110
<artifactId>jakarta.inject-api</artifactId>
111111
<scope>test</scope>
112112
</dependency>
113+
<dependency>
114+
<groupId>org.osgi</groupId>
115+
<artifactId>org.osgi.service.cm</artifactId>
116+
<scope>test</scope>
117+
</dependency>
113118
<dependency>
114119
<groupId>org.ops4j.pax.exam</groupId>
115120
<artifactId>pax-exam</artifactId>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2011, 2021 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2011, 2022 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at

0 commit comments

Comments
 (0)