mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

vharseko
09.42.2018 e936c45c366a6a4d38ed9bac63b7ed9e595c93c0
java.xml.bind (JAXB) - REMOVED
1 files modified
17 ■■■■■ changed files
opendj-core/pom.xml 17 ●●●●● patch | view | raw | blame | history
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>