#BAEL-10229 Fix the build (restore spring-boot-* dependencies of ethereum module)

This commit is contained in:
Alessio Stalla
2019-10-25 18:17:49 +02:00
parent 3fb88700d5
commit 98e1395313

View File

@@ -13,6 +13,20 @@
</parent>
<dependencies>
<!-- Spring Boot Dependencies -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</dependency>
<!-- Spring Dependencies -->
<dependency>