This repository is part of the commercial open source project ILM. You can find more information about the project at ILM repository, including the contribution guide.
Dependencies provides the basic setting of libraries for the ILM platform in case modules or connectors are written in Java. There are pre-defined libraries which ILM would like to use over the modules and connectors.
The settings are based on Spring Boot and their compliant dependencies that are regularly updated.
For more information, see pom.xml.
Dependencies are available in the Maven Central Repository. To use them, add the following to your pom.xml:
<parent>
<groupId>com.otilm</groupId>
<artifactId>dependencies</artifactId>
<version>${version}</version>
</parent>