signservice-protocol-dssext11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>se.swedenconnect.signservice</groupId> <artifactId>signservice-protocol-dssext11</artifactId> <version>1.2.0</version> </dependency>
<!-- ~ Copyright 2022-2025 Sweden Connect ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>signservice-protocol-dssext11</artifactId> <packaging>jar</packaging> <parent> <groupId>se.swedenconnect.signservice</groupId> <artifactId>signservice-protocol-parent</artifactId> <version>1.2.0</version> </parent> <name>Sweden Connect :: SignService :: Protocol :: DSS Extensions 1.1</name> <description>SignService Protocol DSS Extensions 1.1</description> <url>https://docs.swedenconnect.se/signservice</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:https://github.com/swedenconnect/signservice.git</connection> <developerConnection>scm:git:https://github.com/swedenconnect/signservice.git</developerConnection> <url>https://github.com/idsec/signservice/tree/main</url> </scm> <organization> <name>Sweden Connect</name> <url>https://www.swedenconnect.se</url> </organization> <developers> <developer> <name>Martin Lindström</name> <email>martin@idsec.se</email> <organization>IDsec Solutions AB</organization> <organizationUrl>https://www.idsec.se</organizationUrl> </developer> <developer> <name>Stefan Santesson</name> <email>stefan@idsec.se</email> <organization>IDsec Solutions AB</organization> <organizationUrl>https://www.idsec.se</organizationUrl> </developer> <developer> <name>Magnus Hoflin</name> <email>magnus.hoflin@digg.se</email> <organization>DIGG</organization> <organizationUrl>https://www.digg.se</organizationUrl> </developer> <developer> <name>Henric Norlander</name> <email>extern.henric.norlander@digg.se</email> <organization>DIGG</organization> <organizationUrl>https://www.digg.se</organizationUrl> </developer> </developers> <properties> </properties> <dependencies> <!-- SignService commons --> <dependency> <groupId>se.idsec.signservice.commons</groupId> <artifactId>signservice-commons</artifactId> </dependency> <dependency> <groupId>se.idsec.signservice.commons</groupId> <artifactId>signservice-xml-commons</artifactId> <exclusions> <exclusion> <groupId>se.idsec.signservice.commons</groupId> <artifactId>signservice-commons</artifactId> </exclusion> </exclusions> </dependency> <!-- JAXB --> <dependency> <groupId>se.swedenconnect.schemas</groupId> <artifactId>swedenconnect-jaxb</artifactId> </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>jakarta.activation</groupId> <artifactId>jakarta.activation-api</artifactId> </dependency> <!-- Test --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <doctitle>SignService Protocol DSS Extensions 1.1 - ${project.version}</doctitle> <windowtitle>SignService Protocol DSS Extensions 1.1 - ${project.version}</windowtitle> </configuration> </plugin> </plugins> </build> </project>