File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
2
3
- Copyright (c) 2012, 2017 Oracle and/or its affiliates. All rights reserved.
3
+ Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved.
4
4
5
5
This program and the accompanying materials are made available under the
6
6
terms of the Eclipse Distribution License v. 1.0, which is available at
66
66
<artifactId >jakarta.json-api</artifactId >
67
67
<scope >compile</scope >
68
68
</dependency >
69
+ <dependency >
70
+ <groupId >jakarta.xml.bind</groupId >
71
+ <artifactId >jakarta.xml.bind-api</artifactId >
72
+ <scope >compile</scope >
73
+ </dependency >
69
74
<dependency >
70
75
<groupId >org.glassfish</groupId >
71
76
<artifactId >jakarta.json</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright (c) 2011, 2019 Oracle and/or its affiliates. All rights reserved.
4
+ Copyright (c) 2011, 2020 Oracle and/or its affiliates. All rights reserved.
5
5
6
6
This program and the accompanying materials are made available under the
7
7
terms of the Eclipse Public License v. 2.0, which is available at
146
146
<configuration >
147
147
<includeDependencySources >true</includeDependencySources >
148
148
<bottom >
149
- <![CDATA[ Copyright © 2012-2018 ,
149
+ <![CDATA[ Copyright © 2012-2020 ,
150
150
<a href="http://www.oracle.com">Oracle</a>
151
151
and/or its affiliates. All Rights Reserved.
152
152
Use is subject to
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright (c) 2011, 2019 Oracle and/or its affiliates. All rights reserved.
4
+ Copyright (c) 2011, 2020 Oracle and/or its affiliates. All rights reserved.
5
5
6
6
This program and the accompanying materials are made available under the
7
7
terms of the Eclipse Public License v. 2.0, which is available at
331
331
<artifactId >jsonp-jaxrs</artifactId >
332
332
<version >${project.version} </version >
333
333
</dependency >
334
+ <dependency >
335
+ <groupId >jakarta.xml.bind</groupId >
336
+ <artifactId >jakarta.xml.bind-api</artifactId >
337
+ <version >2.3.2</version >
338
+ </dependency >
334
339
<dependency >
335
340
<groupId >javax.ws.rs</groupId >
336
341
<artifactId >jsr311-api</artifactId >
You can’t perform that action at this time.
0 commit comments