From 5227348692bfef0ea6eef2223a80e343e583aea4 Mon Sep 17 00:00:00 2001 From: Alessio Stalla Date: Sun, 27 Oct 2019 10:17:53 +0100 Subject: [PATCH] #BAEL-10229 Fix the build (restore the Ethereum module as it was because it's mixing different Spring and Spring Boot versions) --- ethereum/pom.xml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/ethereum/pom.xml b/ethereum/pom.xml index f340c311a8..148909e787 100644 --- a/ethereum/pom.xml +++ b/ethereum/pom.xml @@ -1,31 +1,35 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.baeldung.ethereum ethereum ethereum - parent-boot-1 + parent-spring-5 com.baeldung 0.0.1-SNAPSHOT - ../parent-boot-1 + ../parent-spring-5 + org.springframework.boot spring-boot-starter + ${spring.boot.version} org.springframework.boot spring-boot-starter-web + ${spring.boot.version} org.springframework.boot spring-boot-starter-tomcat + ${spring.boot.version} @@ -109,6 +113,12 @@ + + org.springframework.boot + spring-boot-starter-test + test + ${spring.boot.version} + org.springframework spring-context @@ -198,12 +208,11 @@ 1.5.0-RELEASE 3.3.1 - 5.1.9.RELEASE + 1.5.6.RELEASE 2.21.0 2.4.0 1.2.3 1.7.25 2.0.4.RELEASE -