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

vharseko
09.00.2018 c885f180ecfc8bd368d088d553aa31be4f61accd
add <groupId>com.sun.xml.ws</groupId> <artifactId>jaxws-ri</artifactId>
1 files modified
14 ■■■■■ changed files
opendj-dsml-servlet/pom.xml 14 ●●●●● patch | view | raw | blame | history
opendj-dsml-servlet/pom.xml
@@ -79,6 +79,13 @@
            <version>${project.version}</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.sun.xml.ws</groupId>
            <artifactId>jaxws-ri</artifactId>
            <version>2.3.1</version>
            <type>pom</type>
        </dependency>
    </dependencies>
    <build>
@@ -241,6 +248,13 @@
                        </configuration>
                    </execution>
                </executions>
                <dependencies>
                    <dependency>
                        <groupId>javax.activation</groupId>
                        <artifactId>activation</artifactId>
                        <version>1.1.1</version>
                    </dependency>
                </dependencies>
            </plugin>
            <!-- WAR artefact is build by the assembly plugin -->