From 867f08b42decb339510952a923852724aa7da138 Mon Sep 17 00:00:00 2001 From: 1821349743@qq.com <1821349743@qq.com> Date: 星期五, 28 四月 2023 10:06:48 +0800 Subject: [PATCH] update --- pom.xml | 55 ++++++++++++++++++++++++++++++------------------------- 1 files changed, 30 insertions(+), 25 deletions(-) diff --git a/pom.xml b/pom.xml index 1bfdac6..c6f2982 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ <module>product-server-web</module> <module>product-server-admin</module> <module>product-server-org-admin</module> - <module>product-server-xining</module> + <module>home-server-admin</module> </modules> <properties> <skipTests>true</skipTests> @@ -96,6 +96,11 @@ <groupId>com.lx</groupId> <artifactId>product-server-core</artifactId> <version>2.0.1</version> + </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-xining</artifactId> + <version>${product-module-version}</version> </dependency> <dependency> <groupId>com.lx</groupId> @@ -233,7 +238,7 @@ <version>${product-module-version}</version> </dependency> <!--瀛愭ā鍧楋細end--> - + <!--绗笁鏂逛緷璧栵細start--> <dependency> <groupId>cn.hutool</groupId> @@ -313,7 +318,7 @@ <version>0.9.1</version> </dependency> <!--绗笁鏂逛緷璧栵細end--> - + </dependencies> </dependencyManagement> <dependencies> @@ -333,7 +338,7 @@ <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-to-slf4j</artifactId> </exclusion> - + </exclusions> </dependency> <!--logo4j--> @@ -352,7 +357,7 @@ <artifactId>log4j-to-slf4j</artifactId> <version>2.15.0</version> </dependency> - + <!--鏀寔浣跨敤 JDBC 璁块棶鏁版嵁搴� --> <dependency> <groupId>org.springframework.boot</groupId> @@ -374,7 +379,7 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> - + <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-jdbc</artifactId> @@ -392,7 +397,7 @@ <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> </dependency> - + <!-- Need this to compile JSP <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-jasper</artifactId> <scope>provided</scope> </dependency> --> <dependency> @@ -445,7 +450,7 @@ <artifactId>commons-beanutils</artifactId> <version>${commons-beanutils.version}</version> </dependency> - + <dependency> <groupId>com.google.zxing</groupId> <artifactId>javase</artifactId> @@ -481,32 +486,32 @@ <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> </dependency> - + <!-- XPath xml --> <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> </dependency> - + <!-- Snake YAML --> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> </dependency> - + <!-- Apache HTTP --> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> - + <!-- Jsoup HTTP --> <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> <version>${jsoup.version}</version> </dependency> - + <!-- Email --> <dependency> <groupId>org.apache.commons</groupId> @@ -533,7 +538,7 @@ <artifactId>UserAgentUtils</artifactId> <version>${UserAgentUtils.version}</version> </dependency> - + <!-- POI Office Tools --> <dependency> <groupId>org.apache.poi</groupId> @@ -552,7 +557,7 @@ <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-to-slf4j</artifactId> </exclusion> - + </exclusions> </dependency> <dependency> @@ -572,7 +577,7 @@ <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-to-slf4j</artifactId> </exclusion> - + </exclusions> </dependency> <dependency> @@ -592,7 +597,7 @@ <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-to-slf4j</artifactId> </exclusion> - + </exclusions> </dependency> <dependency> @@ -612,7 +617,7 @@ <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-to-slf4j</artifactId> </exclusion> - + </exclusions> </dependency> <!-- pinyin4j --> @@ -621,7 +626,7 @@ <artifactId>pinyin4j</artifactId> <version>${pinyin4j.version}</version> </dependency> - + <!-- Logging begin --> <dependency> <groupId>org.slf4j</groupId> @@ -648,7 +653,7 @@ <artifactId>logback-classic</artifactId> </dependency> <!-- Logging end --> - + <!-- JUnit Test --> <dependency> <groupId>junit</groupId> @@ -706,13 +711,13 @@ <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> </dependency> - - + + <dependency> <groupId>io.logz.logback</groupId> <artifactId>logzio-logback-appender</artifactId> </dependency> - + <dependency> <groupId>com.mashape.unirest</groupId> <artifactId>unirest-java</artifactId> @@ -722,7 +727,7 @@ <groupId>com.sun.jersey</groupId> <artifactId>jersey-client</artifactId> </dependency> - + <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> @@ -757,4 +762,4 @@ <artifactId>jjwt</artifactId> </dependency> </dependencies> -</project> \ No newline at end of file +</project> -- Gitblit v1.9.2