| | |
| | | <parent> |
| | | <groupId>org.openidentityplatform.opendj</groupId> |
| | | <artifactId>opendj-parent</artifactId> |
| | | <version>4.10.3-SNAPSHOT</version> |
| | | <version>5.0.0-SNAPSHOT</version> |
| | | </parent> |
| | | |
| | | <artifactId>opendj-dsml-servlet</artifactId> |
| | |
| | | <dependencies> |
| | | <!-- Servlet API --> |
| | | <dependency> |
| | | <groupId>javax.servlet</groupId> |
| | | <artifactId>javax.servlet-api</artifactId> |
| | | <version>3.1.0</version> |
| | | <groupId>jakarta.servlet</groupId> |
| | | <artifactId>jakarta.servlet-api</artifactId> |
| | | <scope>provided</scope> |
| | | </dependency> |
| | | |
| | |
| | | <dependency> |
| | | <groupId>com.sun.xml.ws</groupId> |
| | | <artifactId>jaxws-ri</artifactId> |
| | | <version>2.3.7</version> |
| | | <version>4.0.3</version> |
| | | <type>pom</type> |
| | | </dependency> |
| | | |
| | |
| | | <plugin> |
| | | <groupId>org.codehaus.cargo</groupId> |
| | | <artifactId>cargo-maven3-plugin</artifactId> |
| | | <version>1.10.9</version> |
| | | <extensions>true</extensions> |
| | | <executions> |
| | | <execution> |
| | |
| | | </executions> |
| | | <configuration> |
| | | <container> |
| | | <containerId>tomcat9x</containerId> |
| | | <containerId>${maven.cargo.containerId}</containerId> |
| | | <type>embedded</type> |
| | | <systemProperties> |
| | | <file.encoding>UTF-8</file.encoding> |