Skip to content

Commit ee6e2e6

Browse files
Tomas-Krauslukasj
authored andcommitted
Fixed jabadoc build. (#217)
* Fixed javadoc build. Signed-off-by: Tomas Kraus <[email protected]>
1 parent 7e261a6 commit ee6e2e6

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

demos/twitter/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
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.
44
55
This program and the accompanying materials are made available under the
66
terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -66,6 +66,11 @@
6666
<artifactId>jakarta.json-api</artifactId>
6767
<scope>compile</scope>
6868
</dependency>
69+
<dependency>
70+
<groupId>jakarta.xml.bind</groupId>
71+
<artifactId>jakarta.xml.bind-api</artifactId>
72+
<scope>compile</scope>
73+
</dependency>
6974
<dependency>
7075
<groupId>org.glassfish</groupId>
7176
<artifactId>jakarta.json</artifactId>

impl/pom.xml

Lines changed: 2 additions & 2 deletions
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, 2019 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2011, 2020 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
@@ -146,7 +146,7 @@
146146
<configuration>
147147
<includeDependencySources>true</includeDependencySources>
148148
<bottom>
149-
<![CDATA[Copyright &#169; 2012-2018,
149+
<![CDATA[Copyright &#169; 2012-2020,
150150
<a href="http://www.oracle.com">Oracle</a>
151151
and/or its affiliates. All Rights Reserved.
152152
Use is subject to

pom.xml

Lines changed: 6 additions & 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, 2019 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2011, 2020 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
@@ -331,6 +331,11 @@
331331
<artifactId>jsonp-jaxrs</artifactId>
332332
<version>${project.version}</version>
333333
</dependency>
334+
<dependency>
335+
<groupId>jakarta.xml.bind</groupId>
336+
<artifactId>jakarta.xml.bind-api</artifactId>
337+
<version>2.3.2</version>
338+
</dependency>
334339
<dependency>
335340
<groupId>javax.ws.rs</groupId>
336341
<artifactId>jsr311-api</artifactId>

0 commit comments

Comments
 (0)