|
|
|
@ -9,7 +9,31 @@
|
|
|
|
|
</parent>
|
|
|
|
|
<artifactId>hippo4j-common</artifactId>
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<spring-context.version>5.2.21.RELEASE</spring-context.version>
|
|
|
|
|
<spring-web.version>5.2.15.RELEASE</spring-web.version>
|
|
|
|
|
<spring-beans.version>5.2.20.RELEASE</spring-beans.version>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
|
<version>${spring-context.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-web</artifactId>
|
|
|
|
|
<version>${spring-web.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-beans</artifactId>
|
|
|
|
|
<version>${spring-beans.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter</artifactId>
|
|
|
|
|