123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>pigx-cloud-dependencies-parent</artifactId>
- <groupId>com.pig4cloud</groupId>
- <version>Hoxton.SR5</version>
- <relativePath/>
- </parent>
- <groupId>com.qunzhixinxi</groupId>
- <artifactId>hnqz-common-bom</artifactId>
- <packaging>pom</packaging>
- <version>3.9.0</version>
- <description>hnqz 公共版本控制</description>
- <properties>
- <hnqz.version>3.9.0</hnqz.version>
- <mybatis-plus.version>3.3.2</mybatis-plus.version>
- <dynamic-ds.version>3.0.0</dynamic-ds.version>
- <druid.version>1.1.22</druid.version>
- <mysql.connector.version>8.0.20</mysql.connector.version>
- <swagger.core.version>1.5.22</swagger.core.version>
- <mp.weixin.version>3.7.0</mp.weixin.version>
- <ijpay.version>1.2.0</ijpay.version>
- <groovy.version>3.0.3</groovy.version>
- <security.oauth.version>2.3.6.RELEASE</security.oauth.version>
- <fastjson.version>1.2.69</fastjson.version>
- <aliyun.version>3.0.52.ALL</aliyun.version>
- </properties>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>com.qunzhixinxi</groupId>
- <artifactId>hnqz-common-core</artifactId>
- <version>${hnqz.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qunzhixinxi</groupId>
- <artifactId>hnqz-common-data</artifactId>
- <version>${hnqz.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qunzhixinxi</groupId>
- <artifactId>hnqz-common-gateway</artifactId>
- <version>${hnqz.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qunzhixinxi</groupId>
- <artifactId>hnqz-common-gray</artifactId>
- <version>${hnqz.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qunzhixinxi</groupId>
- <artifactId>hnqz-common-datasource</artifactId>
- <version>${hnqz.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qunzhixinxi</groupId>
- <artifactId>hnqz-common-job</artifactId>
- <version>${hnqz.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qunzhixinxi</groupId>
- <artifactId>hnqz-common-log</artifactId>
- <version>${hnqz.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qunzhixinxi</groupId>
- <artifactId>hnqz-common-oss</artifactId>
- <version>${hnqz.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qunzhixinxi</groupId>
- <artifactId>hnqz-common-ding</artifactId>
- <version>${hnqz.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qunzhixinxi</groupId>
- <artifactId>hnqz-common-qcc</artifactId>
- <version>${hnqz.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qunzhixinxi</groupId>
- <artifactId>hnqz-common-security</artifactId>
- <version>${hnqz.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qunzhixinxi</groupId>
- <artifactId>hnqz-common-sentinel</artifactId>
- <version>${hnqz.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qunzhixinxi</groupId>
- <artifactId>hnqz-common-feign</artifactId>
- <version>${hnqz.version}</version>
- </dependency>
- <!--<dependency>-->
- <!-- <groupId>com.qunzhixinxi</groupId>-->
- <!-- <artifactId>hnqz-common-sequence</artifactId>-->
- <!-- <version>${hnqz.version}</version>-->
- <!--</dependency>-->
- <dependency>
- <groupId>com.qunzhixinxi</groupId>
- <artifactId>hnqz-common-swagger</artifactId>
- <version>${hnqz.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qunzhixinxi</groupId>
- <artifactId>hnqz-common-taxhelper</artifactId>
- <version>${hnqz.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qunzhixinxi</groupId>
- <artifactId>hnqz-common-mq</artifactId>
- <version>${hnqz.version}</version>
- </dependency>
- <!--<dependency>-->
- <!-- <groupId>com.qunzhixinxi</groupId>-->
- <!-- <artifactId>hnqz-common-transaction</artifactId>-->
- <!-- <version>${hnqz.version}</version>-->
- <!--</dependency>-->
- <dependency>
- <groupId>com.qunzhixinxi</groupId>
- <artifactId>hnqz-upms-api</artifactId>
- <version>${hnqz.version}</version>
- </dependency>
- <!--mybatis plus extension,包含了mybatis plus core-->
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-extension</artifactId>
- <version>${mybatis-plus.version}</version>
- </dependency>
- <!--mybatis-->
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-boot-starter</artifactId>
- <version>${mybatis-plus.version}</version>
- </dependency>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
- <version>${dynamic-ds.version}</version>
- </dependency>
- <!-- druid 连接池 -->
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>druid-spring-boot-starter</artifactId>
- <version>${druid.version}</version>
- </dependency>
- <!--mysql 驱动-->
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <version>${mysql.connector.version}</version>
- </dependency>
- <!--fastjson-->
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
- <version>${fastjson.version}</version>
- </dependency>
- <!--swagger 最新依赖内置版本-->
- <dependency>
- <groupId>io.swagger</groupId>
- <artifactId>swagger-models</artifactId>
- <version>${swagger.core.version}</version>
- </dependency>
- <dependency>
- <groupId>io.swagger</groupId>
- <artifactId>swagger-annotations</artifactId>
- <version>${swagger.core.version}</version>
- </dependency>
- <!--微信依赖-->
- <dependency>
- <groupId>com.github.binarywang</groupId>
- <artifactId>weixin-java-mp</artifactId>
- <version>${mp.weixin.version}</version>
- </dependency>
- <dependency>
- <groupId>com.github.binarywang</groupId>
- <artifactId>weixin-java-common</artifactId>
- <version>${mp.weixin.version}</version>
- </dependency>
- <!--支付相关SDK-->
- <dependency>
- <groupId>com.github.javen205</groupId>
- <artifactId>IJPay</artifactId>
- <version>${ijpay.version}</version>
- </dependency>
- <dependency>
- <groupId>com.alipay.sdk</groupId>
- <artifactId>alipay-sdk-java</artifactId>
- <version>${aliyun.version}</version>
- </dependency>
- <!--定义groovy 版本-->
- <dependency>
- <groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy</artifactId>
- <version>${groovy.version}</version>
- </dependency>
- <!--稳定版本,替代spring security bom内置-->
- <dependency>
- <groupId>org.springframework.security.oauth</groupId>
- <artifactId>spring-security-oauth2</artifactId>
- <version>${security.oauth.version}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
- <build>
- <plugins>
- <!--避免和parent bom坐标不一致 -->
- <plugin>
- <groupId>com.pig4cloud.plugin</groupId>
- <artifactId>spring-cloud-maven-plugin</artifactId>
- <version>1.1.1</version>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>info</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <!-- nothing to do, but we need this to run docker:build form project root -->
- <plugin>
- <groupId>io.fabric8</groupId>
- <artifactId>docker-maven-plugin</artifactId>
- <version>0.32.0</version>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <!--代码格式插件,默认使用spring 规则-->
- <plugin>
- <groupId>io.spring.javaformat</groupId>
- <artifactId>spring-javaformat-maven-plugin</artifactId>
- <version>0.0.22</version>
- </plugin>
- </plugins>
- </build>
- <pluginRepositories>
- <pluginRepository>
- <id>aliyun-plugin</id>
- <url>https://maven.aliyun.com/repository/public</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
- </project>
|