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

vharseko
29.19.2022 2b0e1dba2a05694aef3164cc7437f737e8fbef00
FIX DSML servlet can't find JAX-B runtime (#264)

https://github.com/OpenIdentityPlatform/OpenDJ/issues/255
1 files modified
7 ■■■■■ changed files
opendj-dsml-servlet/pom.xml 7 ●●●●● patch | view | raw | blame | history
opendj-dsml-servlet/pom.xml
@@ -92,6 +92,13 @@
            <artifactId>jakarta.xml.bind-api</artifactId>
            <version>3.0.1</version>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jaxb</groupId>
            <artifactId>jaxb-runtime</artifactId>
            <version>4.0.1</version>
            <scope>runtime</scope>
        </dependency>
    </dependencies>
    <build><finalName>${project.groupId}.${project.artifactId}</finalName>