Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.98 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.98 KB

Current Status
Build Build Status
Tag GitHub tag (latest by date)
Release GitHub release
Code coverage codecov
License license

Consumer Data Right (CDR) standards parent maven pom

Maven pom descriptor Parent of all maven common components in the Consumer Data Right project (CDR).

It contains all the dependencies, their specific version and remote repositories.

The idea is to avoid having each project importing a different version of a library.

By sharing the same parent, we can assure a certain consistency between the different CDR maven projects.

Consumer Data Right Standards: https://consumerdatastandardsaustralia.github.io/standards.

Artifact

cdr-standards-parent

Usage

<parent>
    <groupId>com.forgerock.cdr.standards</groupId>
    <artifactId>cdr-standards-starter-parent</artifactId>
    <version>${cdr-standards-starter-parent.version}</version>
    <relativePath /> <!-- lookup parent from repository -->
</parent>