add <groupId>com.sun.xml.ws</groupId> <artifactId>jaxws-ri</artifactId>
| | |
| | | <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> |
| | |
| | | </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 --> |