Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.27 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.27 KB

Logo

signservice/bom

License Maven Central


About

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.

Usage

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.