Current Status | |
---|---|
Build | |
Tag | |
Release | |
Code coverage | |
License |
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.
cdr-standards-parent
<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>