From 3b30bda1966d99c7f035b5aac0069b0f0fc2b533 Mon Sep 17 00:00:00 2001
From: cheng <1821349743@qq.com>
Date: 星期六, 08 四月 2023 23:43:14 +0800
Subject: [PATCH] update pom

---
 pom.xml |  406 +++++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 290 insertions(+), 116 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2c0ec28..3d2259c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,12 +8,12 @@
     </parent>
     <groupId>com.lx</groupId>
     <artifactId>product-server</artifactId>
-    <version>1.0.0</version>
+    <version>2.0.0-release</version>
     <packaging>pom</packaging>
     <name>product-server</name>
     <description>product-server</description>
     <modules>
-       
+
     </modules>
     <properties>
         <skipTests>true</skipTests>
@@ -42,7 +42,268 @@
         <mybatis-spring.version>1.3.2</mybatis-spring.version>
         <commons-fileupload.version>1.3.3</commons-fileupload.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <project.build.version>2.0.0-release</project.build.version>
+        <product-module-version>2.0.0-release</product-module-version>
     </properties>
+    <repositories>
+        <repository>
+            <id>aliyun</id>
+            <name>aliyun</name>
+            <url>https://maven.aliyun.com/repository/public</url>
+        </repository>
+        <repository>
+            <id>nexus</id>
+            <name>Team Nexus Repository</name>
+            <url>http://nonxin.cn:8088/repository/LX-PRODUCT-PUBLIC/</url>
+        </repository>
+    </repositories>
+    <distributionManagement>
+        <repository>
+            <!--娉ㄦ剰ID閰嶇疆涓巗ettings.xml涓璼erver閰嶇疆ID淇濇寔涓�鑷�-->
+            <id>nexus-releases</id>
+            <name>Artifactory-releases</name>
+            <url>http://nonxin.cn:8088/repository/LX-PRODUCT-RELEASE/</url>
+        </repository>
+        <snapshotRepository>
+            <id>nexus-snapshots</id>
+            <name>Artifactory-snapshots</name>
+            <url>http://nonxin.cn:8088/repository/LX-PRODUCT-SNAPSHOT/</url>
+        </snapshotRepository>
+    </distributionManagement>
+    <pluginRepositories>
+        <pluginRepository>
+            <id>aliyun</id>
+            <name>aliyun</name>
+            <url>https://maven.aliyun.com/repository/public</url>
+        </pluginRepository>
+        <pluginRepository>
+            <id>nexus</id>
+            <name>Team Nexus Repository</name>
+            <url>http://nonxin.cn:8088/repository/LX-PRODUCT-PUBLIC/</url>
+        </pluginRepository>
+    </pluginRepositories>
+    <dependencyManagement>
+        <dependencies>
+            <!--瀛愭ā鍧楋細start-->
+            <dependency>
+                <groupId>org.spring</groupId>
+                <artifactId>spring-server-master</artifactId>
+                <version>1.2.6.6</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-core</artifactId>
+                <version>2.0.0</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-util</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-tool-table</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-tool-flow</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-tool-dev</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-tool-mvc</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-text-message</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-task</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-report</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-quartz</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-print</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-patch</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-org-admin</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-mq</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-lucene</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-file</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-email</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-data-sync</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-data-export-import</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-data-center</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-customer</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-common</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-badge</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-auth</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-announcement</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-administration</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-admin</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <!--瀛愭ā鍧楋細end-->
+
+            <!--绗笁鏂逛緷璧栵細start-->
+            <dependency>
+                <groupId>cn.hutool</groupId>
+                <artifactId>hutool-all</artifactId>
+                <version>5.8.11</version>
+            </dependency>
+            <!-- mailgun smtp -->
+            <dependency>
+                <groupId>com.sun.jersey</groupId>
+                <artifactId>jersey-client</artifactId>
+                <version>1.19.4</version>
+            </dependency>
+            <dependency>
+                <groupId>com.mashape.unirest</groupId>
+                <artifactId>unirest-java</artifactId>
+                <version>1.4.9</version>
+            </dependency>
+            <dependency>
+                <groupId>io.logz.logback</groupId>
+                <artifactId>logzio-logback-appender</artifactId>
+                <version>1.0.24</version>
+            </dependency>
+            <dependency>
+                <groupId>redis.clients</groupId>
+                <artifactId>jedis</artifactId>
+                <version>2.9.0</version>
+            </dependency>
+            <dependency>
+                <groupId>com.alibaba</groupId>
+                <artifactId>druid</artifactId>
+                <version>1.2.2</version>
+            </dependency>
+            <dependency>
+                <groupId>mysql</groupId>
+                <artifactId>mysql-connector-java</artifactId>
+                <version>8.0.20</version>
+            </dependency>
+            <!-- 鍥剧墖楠岃瘉鐮佺敓鎴� -->
+            <dependency>
+                <groupId>com.bladejava</groupId>
+                <artifactId>blade-patchca</artifactId>
+                <version>${blade-patchca.version}</version>
+            </dependency>
+            <!-- 鍥剧墖楠岃瘉鐮佺敓鎴� -->
+            <dependency>
+                <groupId>com.github.penggle</groupId>
+                <artifactId>kaptcha</artifactId>
+                <version>2.3.2</version>
+            </dependency>
+            <!-- 鍥剧墖Meta鑾峰彇 -->
+            <dependency>
+                <groupId>com.drewnoakes</groupId>
+                <artifactId>metadata-extractor</artifactId>
+                <version>${metadata-extractor.version}</version>
+            </dependency>
+            <!-- 鏉″舰鐮併�佷簩缁寸爜鐢熸垚 -->
+            <dependency>
+                <groupId>com.google.zxing</groupId>
+                <artifactId>core</artifactId>
+                <version>${zxing.version}</version>
+            </dependency>
+            <!-- 缂╃暐鍥惧伐鍏� -->
+            <dependency>
+                <groupId>net.coobird</groupId>
+                <artifactId>thumbnailator</artifactId>
+                <version>${thumbnailator.version}</version>
+            </dependency>
+            <!-- 鏀寔CMYK鍥剧墖 -->
+            <dependency>
+                <groupId>com.twelvemonkeys.imageio</groupId>
+                <artifactId>imageio-jpeg</artifactId>
+                <version>${twelvemonkeys.version}</version>
+            </dependency>
+            <!--绗笁鏂逛緷璧栵細end-->
+
+        </dependencies>
+    </dependencyManagement>
     <dependencies>
         <dependency>
             <groupId>org.springframework.boot</groupId>
@@ -63,7 +324,7 @@
 
             </exclusions>
         </dependency>
-        <!--  鍥燼pache鍏竷鐨勬紡娲炲崌绾у埌2.15.0-rc1 log4j 2.0 > <2.15.0 鐨勯兘鏈夊畨鍏ㄩ殣鎮� -->
+        <!--logo4j-->
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
             <artifactId>log4j-core</artifactId>
@@ -96,7 +357,6 @@
         <dependency>
             <groupId>redis.clients</groupId>
             <artifactId>jedis</artifactId>
-            <version>2.9.0</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
@@ -163,7 +423,6 @@
             <artifactId>commons-io</artifactId>
             <version>${commons-io.version}</version>
         </dependency>
-        <!-- https://mvnrepository.com/artifact/commons-collections/commons-collections -->
         <dependency>
             <groupId>commons-collections</groupId>
             <artifactId>commons-collections</artifactId>
@@ -175,30 +434,6 @@
             <version>${commons-beanutils.version}</version>
         </dependency>
 
-        <!-- 鍥剧墖楠岃瘉鐮佺敓鎴� -->
-        <dependency>
-            <groupId>com.bladejava</groupId>
-            <artifactId>blade-patchca</artifactId>
-            <version>${blade-patchca.version}</version>
-        </dependency>
-        <!-- 鍥剧墖楠岃瘉鐮佺敓鎴� -->
-        <dependency>
-            <groupId>com.github.penggle</groupId>
-            <artifactId>kaptcha</artifactId>
-            <version>2.3.2</version>
-        </dependency>
-        <!-- 鍥剧墖Meta鑾峰彇 -->
-        <dependency>
-            <groupId>com.drewnoakes</groupId>
-            <artifactId>metadata-extractor</artifactId>
-            <version>${metadata-extractor.version}</version>
-        </dependency>
-        <!-- 鏉″舰鐮併�佷簩缁寸爜鐢熸垚 -->
-        <dependency>
-            <groupId>com.google.zxing</groupId>
-            <artifactId>core</artifactId>
-            <version>${zxing.version}</version>
-        </dependency>
         <dependency>
             <groupId>com.google.zxing</groupId>
             <artifactId>javase</artifactId>
@@ -215,11 +450,6 @@
             <groupId>net.sf.jmimemagic</groupId>
             <artifactId>jmimemagic</artifactId>
             <version>${jmimemagic.version}</version>
-            <!--<exclusions> <exclusion> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId>
-                </exclusion> <exclusion> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-xc</artifactId>
-                </exclusion> <exclusion> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-jaxrs</artifactId>
-                </exclusion> <exclusion> <artifactId>log4j</artifactId> <groupId>log4j</groupId>
-                </exclusion> </exclusions> -->
         </dependency>
         <!-- Jackson json -->
         <dependency>
@@ -291,18 +521,7 @@
             <artifactId>UserAgentUtils</artifactId>
             <version>${UserAgentUtils.version}</version>
         </dependency>
-        <!-- 缂╃暐鍥惧伐鍏� -->
-        <dependency>
-            <groupId>net.coobird</groupId>
-            <artifactId>thumbnailator</artifactId>
-            <version>${thumbnailator.version}</version>
-        </dependency>
-        <!-- 鏀寔CMYK鍥剧墖 -->
-        <dependency>
-            <groupId>com.twelvemonkeys.imageio</groupId>
-            <artifactId>imageio-jpeg</artifactId>
-            <version>${twelvemonkeys.version}</version>
-        </dependency>
+
         <!-- POI Office Tools -->
         <dependency>
             <groupId>org.apache.poi</groupId>
@@ -458,113 +677,68 @@
             <groupId>org.thymeleaf</groupId>
             <artifactId>thymeleaf</artifactId>
         </dependency>
-        <dependency>
-            <groupId>com.github.theborakompanioni</groupId>
-            <artifactId>thymeleaf-extras-shiro</artifactId>
-            <version>1.2.1</version>
-        </dependency>
-        <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt -->
-        <dependency>
-            <groupId>io.jsonwebtoken</groupId>
-            <artifactId>jjwt</artifactId>
-            <version>0.9.1</version>
-        </dependency>
         <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15 -->
         <dependency>
             <groupId>org.bouncycastle</groupId>
             <artifactId>bcprov-jdk15</artifactId>
             <version>1.46</version>
         </dependency>
-        <!-- https://mvnrepository.com/artifact/io.springfox/springfox-swagger2 -->
-        <dependency>
-            <groupId>io.springfox</groupId>
-            <artifactId>springfox-swagger-ui</artifactId>
-            <version>2.9.2</version>
-        </dependency>
-        <dependency>
-            <groupId>io.springfox</groupId>
-            <artifactId>springfox-swagger2</artifactId>
-            <version>2.9.2</version>
-        </dependency>
         <!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
         <dependency>
             <groupId>mysql</groupId>
             <artifactId>mysql-connector-java</artifactId>
-            <!--  <version>6.0.6</version>-->
-            <version>8.0.20</version>
         </dependency>
         <!-- 闃块噷绯荤殑Druid渚濊禆鍖� -->
         <!-- https://mvnrepository.com/artifact/com.alibaba/druid -->
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>druid</artifactId>
-            <version>1.2.2</version>
-        </dependency>
-
-        <!-- https://mvnrepository.com/artifact/org.fusesource/sigar -->
-        <dependency>
-            <groupId>org.fusesource</groupId>
-            <artifactId>sigar</artifactId>
-            <version>1.6.4</version>
-        </dependency>
-        <!--rabbitmq-->
-        <dependency>
-            <groupId>com.rabbitmq</groupId>
-            <artifactId>amqp-client</artifactId>
-            <version>5.6.0</version>
-        </dependency>
-        <!--mybatis-->
-        <dependency>
-            <groupId>org.mybatis.spring.boot</groupId>
-            <artifactId>mybatis-spring-boot-starter</artifactId>
-            <version>1.3.0</version>
         </dependency>
 
 
-        <!-- 閫氱敤mapper -->
-        <dependency>
-            <groupId>tk.mybatis</groupId>
-            <artifactId>mapper-spring-boot-starter</artifactId>
-            <version>2.0.2</version>
-        </dependency>
         <dependency>
             <groupId>io.logz.logback</groupId>
             <artifactId>logzio-logback-appender</artifactId>
-            <version>1.0.24</version>
         </dependency>
 
-        <!-- 瀹樻柟鎻愪緵 -->
-        <!-- https://mvnrepository.com/artifact/com.mashape.unirest/unirest-java -->
         <dependency>
             <groupId>com.mashape.unirest</groupId>
             <artifactId>unirest-java</artifactId>
-            <version>1.4.9</version>
         </dependency>
         <!-- mailgun smtp -->
         <dependency>
             <groupId>com.sun.jersey</groupId>
             <artifactId>jersey-client</artifactId>
-            <version>1.19.4</version>
         </dependency>
 
         <dependency>
             <groupId>cn.hutool</groupId>
             <artifactId>hutool-all</artifactId>
-            <version>5.7.9</version>
         </dependency>
-
+        <!-- 鍥剧墖楠岃瘉鐮佺敓鎴� -->
+        <dependency>
+            <groupId>com.bladejava</groupId>
+            <artifactId>blade-patchca</artifactId>
+        </dependency>
+        <!-- 鍥剧墖楠岃瘉鐮佺敓鎴� -->
+        <dependency>
+            <groupId>com.github.penggle</groupId>
+            <artifactId>kaptcha</artifactId>
+        </dependency>
+        <!-- 鍥剧墖Meta鑾峰彇 -->
+        <dependency>
+            <groupId>com.drewnoakes</groupId>
+            <artifactId>metadata-extractor</artifactId>
+        </dependency>
+        <!-- 鏉″舰鐮併�佷簩缁寸爜鐢熸垚 -->
+        <dependency>
+            <groupId>com.google.zxing</groupId>
+            <artifactId>core</artifactId>
+        </dependency>
+        <!-- 缂╃暐鍥惧伐鍏� -->
+        <dependency>
+            <groupId>net.coobird</groupId>
+            <artifactId>thumbnailator</artifactId>
+        </dependency>
     </dependencies>
-   
-    <distributionManagement>
-		<snapshotRepository>
-			<id>snapshots</id>
-			<name>product snapshots</name>
-			<url>http://211.149.162.168:8088/repository/LX-PRODUCT-SNAPSHOT/</url>
-		</snapshotRepository>
-		<repository>
-			<id>releases</id>
-			<name>product releases</name>
-			<url>http://211.149.162.168:8088/repository/LX-PRODUCT-RELEASE/</url>
-		</repository>
-	</distributionManagement>
 </project>

--
Gitblit v1.9.2