dss-signature-soap
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>eu.europa.ec.joinup.sd-dss</groupId> <artifactId>dss-signature-soap</artifactId> <version>5.13.RC1</version> </dependency>
<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.13.RC1</version> </parent> <artifactId>dss-signature-soap</artifactId> <name>DSS Signature SOAP Service</name> <description>DSS Soap contains the implementation of the SOAP interfaces (defined in dss-soap-client)</description> <properties> <module-name>jpms_dss_ws_signature_soap</module-name> </properties> <dependencies> <dependency> <groupId>eu.europa.ec.joinup.sd-dss</groupId> <artifactId>dss-signature-soap-client</artifactId> </dependency> <dependency> <groupId>eu.europa.ec.joinup.sd-dss</groupId> <artifactId>dss-signature-remote</artifactId> </dependency> </dependencies> </project>