/invesdwin-bom

Bill of materials for managing common invesdwin dependency versions

GNU Lesser General Public License v3.0LGPL-3.0

invesdwin-bom

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.

Maven

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>

Support

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.