This project consists of a BOM-POM (bill of materials) that can be used to share dependency management between multiple projects. It contains the versions for often used dependencies in invesdwin.
Releases and snapshots are deployed to this maven repository:
http://invesdwin.de/artifactory/invesdwin-oss-remote
Dependency declaration:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>de.invesdwin</groupId>
<artifactId>invesdwin-bom</artifactId>
<version>1.0.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
If you need further assistance or have some ideas for improvements and don't want to create an issue here on github, feel free to start a discussion in our invesdwin-platform mailing list.