parent
017727b2eb
commit
23add99dbf
8
pom.xml
8
pom.xml
|
@ -7,9 +7,6 @@
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-parent</artifactId>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
||||||
<version>2.2.9.RELEASE</version>
|
<version>2.2.9.RELEASE</version>
|
||||||
<!-- <groupId>com.cmcc.hy</groupId>-->
|
|
||||||
<!-- <artifactId>phoenix-boot</artifactId>-->
|
|
||||||
<!-- <version>0.0.4</version>-->
|
|
||||||
<relativePath/>
|
<relativePath/>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>com.dispose</groupId>
|
<groupId>com.dispose</groupId>
|
||||||
|
@ -44,6 +41,11 @@
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-undertow</artifactId>
|
<artifactId>spring-boot-starter-undertow</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jboss.xnio</groupId>
|
||||||
|
<artifactId>xnio-nio</artifactId>
|
||||||
|
<version>3.8.1.Final</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-aop</artifactId>
|
<artifactId>spring-boot-starter-aop</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue