Skip to content

OpenBankingToolkit/cdr-standards-bom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Consumer Data Right (CDR) Standards Bill of Materials (BOM) maven pom

Maven pom descriptor BOM of all maven CDR components.

Basically, the BOM allows add as many CDR dependencies as need without worrying about mixing bad versions.

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

Artifact

cdr-bom

Usage

<dependencies>
  <dependency>
      <groupId>com.forgerock.cdr.standards</groupId>
      <artifactId>cdr-standards-bom</artifactId>
      <version>${cdr-standards-bom.version}</version>
      <type>pom</type>
      <scope>import</scope>
  </dependency>
  ...
</dependencies>

About

Consumer Data right Standards Bill of Materials (BOM)

Resources

License

Stars

Watchers

Forks

Packages

No packages published