Skip to content

flowlogix/flowlogix-bom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlowLogix Bill of Materials (BOM)

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).

Usage

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>

About

Curated set of dependencies for Jakarta EE Projects

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors