From e936c45c366a6a4d38ed9bac63b7ed9e595c93c0 Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@openam.org.ru>
Date: Sun, 09 Dec 2018 20:42:01 +0000
Subject: [PATCH] java.xml.bind (JAXB) - REMOVED

---
 opendj-core/pom.xml |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/opendj-core/pom.xml b/opendj-core/pom.xml
index 8fa2e81..e75e029 100644
--- a/opendj-core/pom.xml
+++ b/opendj-core/pom.xml
@@ -76,6 +76,23 @@
             <artifactId>forgerock-build-tools</artifactId>
             <scope>test</scope>
         </dependency>
+        
+        <!--         java.xml.bind (JAXB) - REMOVED -->
+	    <dependency>
+		  <groupId>javax.xml.bind</groupId>
+		  <artifactId>jaxb-api</artifactId>
+		  <version>2.3.1</version>
+		</dependency>
+		<dependency>
+		  <groupId>com.sun.xml.bind</groupId>
+		  <artifactId>jaxb-core</artifactId>
+		  <version>2.3.0.1</version>
+		</dependency>
+		<dependency>
+		  <groupId>com.sun.xml.bind</groupId>
+		  <artifactId>jaxb-impl</artifactId>
+		  <version>2.3.1</version>
+		</dependency>
     </dependencies>
 
 

--
Gitblit v1.10.0