https://github.com/esig/dss
Raw File
Tip revision: 73e300af497975e85f69f9fd00b6725d88474cd7 authored by pvandenbroucke on 08 February 2021, 08:21:47 UTC
[maven-release-plugin] prepare for next development iteration
Tip revision: 73e300a
pom.xml
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>eu.europa.ec.joinup.sd-dss</groupId>
		<artifactId>sd-dss</artifactId>
		<version>5.8-SNAPSHOT</version>
	</parent>

	<name>DSS Server signing SOAP Client</name>
	<artifactId>dss-server-signing-soap-client</artifactId>

	<properties>
		<module-name>jpms_dss_ws_server_signing_soap_client</module-name>
	</properties>

	<dependencies>
		<dependency>
			<groupId>eu.europa.ec.joinup.sd-dss</groupId>
			<artifactId>dss-server-signing-dto</artifactId>
		</dependency>
		<dependency>
		    <groupId>jakarta.xml.ws</groupId>
		    <artifactId>jakarta.xml.ws-api</artifactId>
		</dependency>
	</dependencies>

</project>
back to top