|
|
|
@ -87,7 +87,7 @@ |
|
|
|
|
<!-- Import dependency management from Spring Boot --> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-dependencies</artifactId> |
|
|
|
|
<version>1.5.18.RELEASE</version> |
|
|
|
|
<version>1.5.20.RELEASE</version> |
|
|
|
|
<type>pom</type> |
|
|
|
|
<scope>import</scope> |
|
|
|
|
</dependency> |
|
|
|
@ -133,6 +133,12 @@ |
|
|
|
|
<artifactId>guava</artifactId> |
|
|
|
|
<version>27.1-jre</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.eclipse.jdt</groupId> |
|
|
|
|
<artifactId>ecj</artifactId> |
|
|
|
|
<version>3.14.0</version> |
|
|
|
|
<scope>provided</scope> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
</dependencyManagement> |
|
|
|
|
|
|
|
|
|