How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-bom</artifactId>
<version>2.10.0</version>
</dependency>
Choose a version of eu.michael-simons.neo4j : neo4j-migrations-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.10.x |
neo4j-migrations-bom-2.10.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-bom</artifactId>
<version>2.10.0</version>
</dependency>
Advertisement