diff --git a/novalon-manage-api/manage-sys/pom.xml b/novalon-manage-api/manage-sys/pom.xml index 6ddde54..b7f20f9 100644 --- a/novalon-manage-api/manage-sys/pom.xml +++ b/novalon-manage-api/manage-sys/pom.xml @@ -1,7 +1,7 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -37,6 +37,10 @@ org.springframework.boot spring-boot-starter-security + + org.springframework.boot + spring-boot-starter-websocket + org.springframework.security spring-security-config @@ -53,6 +57,11 @@ org.apache.commons commons-lang3 + + org.apache.commons + commons-collections4 + 4.4 + io.jsonwebtoken jjwt-api @@ -93,4 +102,16 @@ test - + + + + + org.springframework.boot + spring-boot-maven-plugin + + cn.novalon.manage.sys.ManageSysApplication + + + + + \ No newline at end of file