diff options
Diffstat (limited to 'galaxy-query-engine/pom.xml')
| -rw-r--r-- | galaxy-query-engine/pom.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/galaxy-query-engine/pom.xml b/galaxy-query-engine/pom.xml index da1e3cb..f3396bc 100644 --- a/galaxy-query-engine/pom.xml +++ b/galaxy-query-engine/pom.xml @@ -31,15 +31,6 @@ <artifactId>spring-cloud-starter-consul-discovery</artifactId> </dependency> <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-jdbc</artifactId> - </dependency> - <dependency> - <groupId>mysql</groupId> - <artifactId>mysql-connector-java</artifactId> - <version>${mysql.connector.version}</version> - </dependency> - <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> </dependency> @@ -82,11 +73,6 @@ <version>${apache.calcite.version}</version> </dependency> <dependency> - <groupId>com.jfinal</groupId> - <artifactId>activerecord</artifactId> - <version>${active.record.version}</version> - </dependency> - <dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase-client</artifactId> <version>${hbase.client.version}</version> |
