signservice-config-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>se.swedenconnect.signservice</groupId> <artifactId>signservice-config-parent</artifactId> <version>1.1.2</version> </dependency>
<!-- ~ Copyright 2022-2024 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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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-config-parent</artifactId> <packaging>pom</packaging> <parent> <groupId>se.swedenconnect.signservice</groupId> <artifactId>signservice-parent</artifactId> <version>1.1.2</version> </parent> <name>Sweden Connect :: SignService :: Configuration</name> <description>SignService Configuration Parent</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> <modules> <module>base</module> <module>spring</module> </modules> <dependencies> <dependency> <groupId>se.swedenconnect.signservice</groupId> <artifactId>signservice-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> </dependencies> <profiles> <profile> <id>release</id> <build> <plugins> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> </plugin> </plugins> </build> </profile> </profiles> </project>