1.1.2 release

This commit is contained in:
暮光:城中城
2023-02-04 17:00:32 +08:00
parent 6f68f65e9d
commit ef31ebe52b
11 changed files with 35 additions and 43 deletions

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>com.zyplayer</groupId>
<artifactId>zyplayer-doc</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</parent>
<dependencies>
@@ -53,7 +53,7 @@
</dependency>
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc14</artifactId>
<artifactId>ojdbc6</artifactId>
</dependency>
<!--达梦数据库驱动-->
<dependency>
@@ -68,10 +68,6 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.oracle</groupId>-->
<!-- <artifactId>ojdbc6</artifactId>-->
<!-- </dependency>-->
<!-- 按需开启对hive的支持它依赖的包实在太多太大了-->
<!-- <dependency>-->
<!-- <groupId>org.apache.hive</groupId>-->