diff options
| author | liuyongqiang <[email protected]> | 2020-12-08 16:42:53 +0800 |
|---|---|---|
| committer | liuyongqiang <[email protected]> | 2020-12-08 16:42:53 +0800 |
| commit | e74d8cff698b21a9ef9648b9ceb56a8c97ae41e8 (patch) | |
| tree | 1fdf18311fc13f6d228a87f407a7f3b68f9fd389 | |
| parent | ba102d3a2ab785d85c158543e7c3f4f58631bb47 (diff) | |
update pom.xml
| -rw-r--r-- | galaxy-admin-server/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/galaxy-admin-server/pom.xml b/galaxy-admin-server/pom.xml index d2497ab..363dd38 100644 --- a/galaxy-admin-server/pom.xml +++ b/galaxy-admin-server/pom.xml @@ -21,6 +21,16 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> + <exclusions> + <exclusion> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-tomcat</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-jetty</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> |
