aboutsummaryrefslogtreecommitdiffstats
path: root/aai-parent
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2020-04-14 12:15:57 -0400
committerJimmy Forsyth <jf2512@att.com>2020-04-14 13:31:02 -0400
commita39137cdb8755b6a15807b302ebbf8a443b99a51 (patch)
tree0db0cdd67e41a613bb3b4064f57106d437d4626d /aai-parent
parentde009c01c943e90028d4f690ba256c715137e9cc (diff)
Fix build issue in ubuntu 1804
Issue-ID: AAI-2850 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Iff320d89fa221bcb6c9fa4fb0f726724e1bb0eae
Diffstat (limited to 'aai-parent')
-rw-r--r--aai-parent/pom.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml
index 6faf6b7b..072200a9 100644
--- a/aai-parent/pom.xml
+++ b/aai-parent/pom.xml
@@ -72,7 +72,8 @@ limitations under the License.
<jackson.bom.version>2.10.1</jackson.bom.version>
<janusgraph.version>0.2.3</janusgraph.version>
<javatuples.version>1.2</javatuples.version>
- <jaxb.version>2.2.12</jaxb.version>
+ <jaxb.version>2.3.1</jaxb.version>
+ <old.jaxb.version>2.3.0.1</old.jaxb.version>
<jaxrs.version>2.0.1</jaxrs.version>
<jcommander.version>1.78</jcommander.version>
<jersey.version>1.19.4</jersey.version>
@@ -502,7 +503,19 @@ limitations under the License.
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</artifactId>
- <version>${jaxb.version}</version>
+ <version>${old.jaxb.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <version>${old.jaxb.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-core</artifactId>
+ <version>${old.jaxb.version}</version>
</dependency>
<dependency>