parent
a670d67fc8
commit
4f8e64b7e0
6
pom.xml
6
pom.xml
|
@ -8,17 +8,17 @@
|
||||||
<spring-cloud.version>Greenwich.SR3</spring-cloud.version>
|
<spring-cloud.version>Greenwich.SR3</spring-cloud.version>
|
||||||
<undertow.version>2.1.3.Final</undertow.version>
|
<undertow.version>2.1.3.Final</undertow.version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<spring.framework.version>2.3.4.RELEASE</spring.framework.version>
|
<spring.framework.version>2.3.8.RELEASE</spring.framework.version>
|
||||||
</properties>
|
</properties>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-parent</artifactId>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
||||||
<version>2.3.4.RELEASE</version>
|
<version>2.3.8.RELEASE</version>
|
||||||
<relativePath/>
|
<relativePath/>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>com.dispose</groupId>
|
<groupId>com.dispose</groupId>
|
||||||
<artifactId>phoenix_ddos_handle</artifactId>
|
<artifactId>phoenix_ddos_handle</artifactId>
|
||||||
<version>2.0.3</version>
|
<version>2.0.5</version>
|
||||||
<name>phoenix_ddos_handle</name>
|
<name>phoenix_ddos_handle</name>
|
||||||
<description>Dispose Platform</description>
|
<description>Dispose Platform</description>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Reference in New Issue