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

Prashant
04.24.2025 a5a5ab8aa825f307f47cab8ea3b90544e988d44c
opendj-dsml-servlet/pom.xml
@@ -79,24 +79,24 @@
            <version>${project.version}</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
         <groupId>com.sun.xml.ws</groupId>
          <artifactId>jaxws-ri</artifactId>
          <version>2.3.2</version>
          <version>2.3.7</version>
          <type>pom</type>
        </dependency>
        <dependency>
          <groupId>jakarta.xml.bind</groupId>
          <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>
            <version>4.0.5</version>
            <scope>runtime</scope>
        </dependency>
    </dependencies>