From 51a2d9b103842a47c62a7fa868a4a416a2f8ba42 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 Mar 2017 16:10:47 +0000 Subject: [PATCH] Add dep mgmt for fast-classpath-scanner while Neo4j uses LATEST neo4j-ogm-core uses LATEST for the version of its dependency upon fast-classpath-scanner. This leads to unrepeatable builds and also appears to be destabilising our CI. Hopefull we will be able to revert this commit once neo4j/neo4j-ogm#341 has been fixed. See gh-8687 --- spring-boot-dependencies/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 0c152ab9d7..8eee7bc07b 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -74,6 +74,7 @@ 2.10.3 3.2.1 1.50.5 + 2.0.17 4.0.3 2.3.25-incubating 2.4.4 @@ -826,6 +827,11 @@ metrics-servlets ${dropwizard-metrics.version} + + io.github.lukehutch + fast-classpath-scanner + ${fast-classpath-scanner.version} + io.netty netty-all