The SignService BOM (Bill of Materials) is a Maven POM that should be imported in an application's POM file to get all the latest stable versions of SignService modules. The usage of the BOM also prevents dependency convergence errors.
In the SignService application POM include the following:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-bom</artifactId>
<type>pom</type>
<version>${signservice-bom.version}</version>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
Copyright © 2022-2023, Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG). Licensed under version 2.0 of the Apache License.