diff options
| author | liuyongqiang <[email protected]> | 2020-12-01 09:35:22 +0800 |
|---|---|---|
| committer | liuyongqiang <[email protected]> | 2020-12-01 09:35:22 +0800 |
| commit | ee38423b7d67b004dffd7c11ec8286577c0334fd (patch) | |
| tree | 6d0189b14d9c9b4a8ca6a49b0cfd165238071ed7 /pom.xml | |
| parent | ab5ae5281f89dd4a4d7754e9379aba78eeab8c52 (diff) | |
update pom.xml
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -72,9 +72,7 @@ <calcite.core.version>1.22.0</calcite.core.version> <spring.cloud.version>Finchley.RELEASE</spring.cloud.version> <spring.boot.version>2.0.2.RELEASE</spring.boot.version> - <galaxy.common.version>1.0-SNAPSHOT</galaxy.common.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <docker.registry>192.168.40.153</docker.registry> <docker.registry.port>9080</docker.registry.port> <docker.image.prefix>galaxy</docker.image.prefix> @@ -102,11 +100,6 @@ <version>${lombok.version}</version> </dependency> <dependency> - <groupId>com.mesalab</groupId> - <artifactId>galaxy-common</artifactId> - <version>${galaxy.common.version}</version> - </dependency> - <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>${google.gson.version}</version> |
