diff options
author | zhangab <zhanganbing@chinamobile.com> | 2019-01-21 09:20:49 +0800 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2019-01-21 09:25:34 +0800 |
commit | e34f9371bb5af9bdc647d564a66a097b0e9c4df9 (patch) | |
tree | 87545f3284f89472c02a6d53f9f22828d9fb1223 | |
parent | 043410473cd8538e68653b9d4ee54e158d47e0de (diff) |
test comment
Change-Id: I29ba57dfe0e4a5a0cbeae73446f8fbdddb84f9f6
Issue-ID: USECASEUI-196
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
-rw-r--r-- | server/pom.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/server/pom.xml b/server/pom.xml index c44e8236..6d575bba 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -79,19 +79,10 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jersey</artifactId> </dependency> - <!--dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-security</artifactId> - </dependency--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> - <!--dependency> - <groupId>mysql</groupId> - <artifactId>mysql-connector-java</artifactId> - <scope>runtime</scope> - </dependency--> <dependency> <groupId>org.mariadb.jdbc</groupId> <artifactId>mariadb-java-client</artifactId> |