From f0e06ac107c9c45ebbde45c904dc2e0de763f3fc Mon Sep 17 00:00:00 2001
From: 许鹏程 <1821349743@qq.com>
Date: 星期四, 29 六月 2023 09:32:29 +0800
Subject: [PATCH] poi、easyexcel、poi-tl升级 ,合并空调中的报表、数据源模块

---
 pom.xml |   26 ++++++++++----------------
 1 files changed, 10 insertions(+), 16 deletions(-)

diff --git a/pom.xml b/pom.xml
index e7e6194..a3b49d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,45 +6,40 @@
     <parent>
         <artifactId>product-server</artifactId>
         <groupId>com.lx</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-release</version>
     </parent>
     <artifactId>product-server-data-sync</artifactId>
+    <version>2.0.0-release</version>
     <properties>
-		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-	</properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
     <dependencies>
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-common</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-util</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-quartz</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <!--releases  -->
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-core</artifactId>
-			<version>1.0.0-releases</version>
         </dependency>
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-admin</artifactId>
-			<version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-org-admin</artifactId>
-			<version>1.0.0-SNAPSHOT</version>
         </dependency>
-            <!-- 娣诲姞oracle jdbc driver -->
+        <!-- 娣诲姞oracle jdbc driver -->
         <dependency>
             <groupId>com.oracle.database.jdbc</groupId>
             <artifactId>ojdbc8</artifactId>
@@ -64,7 +59,6 @@
         <dependency>
             <groupId>cn.hutool</groupId>
             <artifactId>hutool-all</artifactId>
-            <version>5.7.17</version>
         </dependency>
         <dependency>
             <groupId>com.ibm.informix</groupId>
@@ -74,10 +68,10 @@
             <type>java-source</type>
         </dependency>
         <dependency>
-		<groupId>com.ibm.informix</groupId>
-			<artifactId>jdbc</artifactId>
-			<version>4.50.7.1</version>
-		</dependency>
+            <groupId>com.ibm.informix</groupId>
+            <artifactId>jdbc</artifactId>
+            <version>4.50.7.1</version>
+        </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>

--
Gitblit v1.9.2