The flowlogix-bom project simplifies dependency management for Jakarta EE and related projects by providing a curated set of tested and compatible dependency versions.
This BOM is frequently updated (once a week on-average).
To use this BOM, add the following to your project’s pom.xml in the <dependencyManagement> section:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.flowlogix</groupId>
<artifactId>flowlogix-bom</artifactId>
<version>YOUR_VERSION_HERE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>