Bill of materials POM for the work flow system.
This is a POM for inclusion into a pipeline project's POM.
Add the following to the <dependencyManagement> section of the POM:
<pre>
<dependency>
<groupId>org.cruk.workflow</groupId>
<artifactId>workflow-bom</artifactId>
<version>1.8.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</pre>
...
Newer Version Available
ℹ️ BOM (Bill of Materials)
This artifact is designed to be used as a BOM. It provides dependency management for a set of related artifacts, allowing you to import version information without adding the artifacts as dependencies.
Note: this artifact is located at Cruk repository (https://content.cruk.cam.ac.uk/bioinformatics/maven/)