同步操作将从 cjbi/weshop 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?><project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns="http://maven.apache.org/POM/4.0.0"xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"><name>weshop</name><packaging>pom</packaging><modelVersion>4.0.0</modelVersion><groupId>tech.wetech.weshop</groupId><artifactId>weshop-parent</artifactId><version>1.0.0-SNAPSHOT</version><parent><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-parent</artifactId><version>2.1.8.RELEASE</version><relativePath/> <!-- lookup parent from repository --></parent><properties><java.version>1.8</java.version><spring-cloud.version>Greenwich.SR3</spring-cloud.version><project.build.sourceEncoding>UTF-8</project.build.sourceEncoding><project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding><maven.test.skip>true</maven.test.skip></properties><modules><module>weshop-admin</module><module>weshop-admin-ui</module><module>weshop-wechat</module><module>weshop-wechat-ui</module><module>weshop-example</module><module>weshop-eureka-server</module><module>weshop-config-server</module><module>weshop-api-gateway</module><module>weshop-common</module><module>weshop-order-api</module><module>weshop-order</module><module>weshop-user-api</module><module>weshop-user</module><module>weshop-goods-api</module><module>weshop-goods</module><module>weshop-storage</module><module>weshop-storage-api</module><module>weshop-pay</module><module>weshop-pay-api</module></modules><dependencyManagement><dependencies><dependency><groupId>tech.wetech.weshop</groupId><artifactId>weshop-pay-api</artifactId><version>${project.version}</version></dependency><dependency><groupId>tech.wetech.weshop</groupId><artifactId>weshop-order-api</artifactId><version>${project.version}</version></dependency><dependency><groupId>tech.wetech.weshop</groupId><artifactId>weshop-user-api</artifactId><version>${project.version}</version></dependency><dependency><groupId>tech.wetech.weshop</groupId><artifactId>weshop-goods-api</artifactId><version>${project.version}</version></dependency><dependency><groupId>tech.wetech.weshop</groupId><artifactId>weshop-storage-api</artifactId><version>${project.version}</version></dependency><dependency><groupId>tech.wetech.weshop</groupId><artifactId>weshop-common</artifactId><version>${project.version}</version></dependency><dependency><groupId>com.alibaba</groupId><artifactId>druid-spring-boot-starter</artifactId><version>1.1.10</version></dependency><!--mapper--><dependency><groupId>tk.mybatis</groupId><artifactId>mapper-spring-boot-starter</artifactId><version>2.1.5</version></dependency><dependency><groupId>io.springfox</groupId><artifactId>springfox-swagger2</artifactId><version>2.9.2</version></dependency><dependency><groupId>io.springfox</groupId><artifactId>springfox-swagger-ui</artifactId><version>2.9.2</version></dependency><dependency><groupId>com.qcloud</groupId><artifactId>cos_api</artifactId><version>5.4.4</version></dependency><dependency><groupId>com.aliyun.oss</groupId><artifactId>aliyun-sdk-oss</artifactId><version>2.5.0</version></dependency><dependency><groupId>com.qiniu</groupId><artifactId>qiniu-java-sdk</artifactId><version>[7.2.0, 7.2.99]</version></dependency><dependency><groupId>com.github.binarywang</groupId><artifactId>wx-java</artifactId><version>3.4.0</version></dependency><!--wx_pay--><dependency><groupId>com.github.binarywang</groupId><artifactId>weixin-java-pay</artifactId><version>3.4.0</version></dependency><dependency><groupId>com.github.binarywang</groupId><artifactId>weixin-java-miniapp</artifactId><version>3.4.0</version></dependency><dependency><groupId>javax.persistence</groupId><artifactId>javax.persistence-api</artifactId><version>2.2</version></dependency><dependency><groupId>com.google.guava</groupId><artifactId>guava</artifactId><version>20.0</version></dependency><dependency><groupId>org.projectlombok</groupId><artifactId>lombok</artifactId><version>1.18.10</version><scope>provided</scope></dependency><dependency><groupId>org.springframework.cloud</groupId><artifactId>spring-cloud-dependencies</artifactId><version>${spring-cloud.version}</version><type>pom</type><scope>import</scope></dependency></dependencies></dependencyManagement><repositories><repository><id>aliyun</id><name>aliyun</name><url>http://maven.aliyun.com/nexus/content/groups/public</url></repository></repositories><pluginRepositories><pluginRepository><id>aliyun</id><name>aliyun</name><url>http://maven.aliyun.com/nexus/content/groups/public</url></pluginRepository></pluginRepositories><profiles><profile><id>env-prd</id><properties><env>prd</env></properties><activation><activeByDefault>true</activeByDefault></activation></profile><profile><id>env-dev</id><properties><env>dev</env></properties></profile></profiles><build><resources><resource><directory>src/main/resources</directory><filtering>true</filtering></resource></resources><pluginManagement><plugins><plugin><groupId>org.springframework.boot</groupId><artifactId>spring-boot-maven-plugin</artifactId><configuration><outputDirectory>${project.parent.basedir}/target</outputDirectory></configuration></plugin></plugins></pluginManagement></build></project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。