https://github.com/esig/dss
Raw File
Tip revision: e902b2d88625a95e6937ff8426b107bdcc8720bb authored by Aleksandr Beliakov on 02 November 2022, 09:13:02 UTC
[maven-release-plugin] prepare release 5.11.1
Tip revision: e902b2d
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.11.1</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