123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300 |
- <?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>
- <groupId>org.springblade</groupId>
- <artifactId>blade-tool</artifactId>
- <version>4.0.1</version>
- <packaging>pom</packaging>
- <name>blade-tool</name>
- <properties>
- <blade.tool.version>4.0.1</blade.tool.version>
- <java.version>1.8</java.version>
- <maven.plugin.version>3.8.1</maven.plugin.version>
- <knife4j.version>4.1.0</knife4j.version>
- <mybatis.version>3.5.13</mybatis.version>
- <mybatis.plus.version>3.5.3.2</mybatis.plus.version>
- <mybatis.plus.generator.version>3.5.3.2</mybatis.plus.generator.version>
- <protostuff.version>1.6.0</protostuff.version>
- <disruptor.version>3.4.2</disruptor.version>
- <guava.version>31.1-jre</guava.version>
- <mica.auto.version>2.3.2</mica.auto.version>
- <alibaba.cloud.version>2021.0.5.0</alibaba.cloud.version>
- <alibaba.nacos.version>2.1.2</alibaba.nacos.version>
- <spring.version>5.3.29</spring.version>
- <spring.boot.version>2.7.15</spring.boot.version>
- <spring.boot.admin.version>2.7.10</spring.boot.admin.version>
- <spring.cloud.version>2021.0.8</spring.cloud.version>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <maven.compiler.encoding>UTF-8</maven.compiler.encoding>
- <xxljob.version>2.4.0</xxljob.version>
- </properties>
- <modules>
- <module>blade-core-boot</module>
- <module>blade-core-cloud</module>
- <module>blade-core-develop</module>
- <module>blade-core-launch</module>
- <module>blade-core-loadbalancer</module>
- <module>blade-core-log</module>
- <module>blade-core-mybatis</module>
- <module>blade-core-secure</module>
- <module>blade-core-social</module>
- <module>blade-core-swagger</module>
- <module>blade-core-test</module>
- <module>blade-core-tool</module>
- <module>blade-core-oss</module>
- <module>blade-core-transaction</module>
- <module>blade-core-report</module>
- <module>blade-core-datascope</module>
- <module>blade-core-crypto</module>
- <module>blade-core-sms</module>
- <module>blade-core-redis</module>
- <module>blade-core-job</module>
- </modules>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-framework-bom</artifactId>
- <version>${spring.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-dependencies</artifactId>
- <version>${spring.boot.version}</version>
- <type>pom</type>
- <scope>import</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>
- <dependency>
- <groupId>com.alibaba.cloud</groupId>
- <artifactId>spring-cloud-alibaba-dependencies</artifactId>
- <version>${alibaba.cloud.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <dependency>
- <groupId>com.github.xiaoymin</groupId>
- <artifactId>knife4j-dependencies</artifactId>
- <version>${knife4j.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-aop</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-test</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-configuration-processor</artifactId>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-actuator</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springframework.retry</groupId>
- <artifactId>spring-retry</artifactId>
- </dependency>
- <dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.hibernate.validator</groupId>
- <artifactId>hibernate-validator</artifactId>
- <version>6.2.0.Final</version>
- </dependency>
- <dependency>
- <groupId>net.dreamlu</groupId>
- <artifactId>mica-auto</artifactId>
- <version>${mica.auto.version}</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- <build>
- <finalName>${project.name}</finalName>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- <resource>
- <directory>src/main/java</directory>
- <includes>
- <include>**/*.xml</include>
- </includes>
- </resource>
- </resources>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven.plugin.version}</version>
- <configuration>
- <source>${java.version}</source>
- <target>${java.version}</target>
- <encoding>UTF-8</encoding>
- <compilerArgs>
- <arg>-parameters</arg>
- </compilerArgs>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.9.1</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.18.1</version>
- <configuration>
- <skipTests>true</skipTests>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <repositories>
- <repository>
- <id>zzyd-repos</id>
- <url>http://nexus.gzzzyd.com/repository/zzyd-blade/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>aliyun-repos</id>
- <url>https://maven.aliyun.com/nexus/content/groups/public/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>aliyun-plugin</id>
- <url>https://maven.aliyun.com/nexus/content/groups/public/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
- <distributionManagement>
- <!-- <snapshotRepository>-->
- <!-- <id>oss</id>-->
- <!-- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>-->
- <!-- </snapshotRepository>-->
- <repository>
- <id>zzyd-nexus</id>
- <url>http://nexus.gzzzyd.com/repository/zzyd-blade/</url>
- </repository>
- </distributionManagement>
- <profiles>
- <profile>
- <id>release</id>
- <build>
- <plugins>
- <!-- Source -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <version>2.2.1</version>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>jar-no-fork</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <!-- Javadoc -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.10.1</version>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <!-- <!– GPG –>-->
- <!-- <plugin>-->
- <!-- <groupId>org.apache.maven.plugins</groupId>-->
- <!-- <artifactId>maven-gpg-plugin</artifactId>-->
- <!-- <version>1.6</version>-->
- <!-- <executions>-->
- <!-- <execution>-->
- <!-- <phase>verify</phase>-->
- <!-- <goals>-->
- <!-- <goal>sign</goal>-->
- <!-- </goals>-->
- <!-- </execution>-->
- <!-- </executions>-->
- <!-- </plugin>-->
- <!-- Nexus -->
- <!--<plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.8</version>
- <extensions>true</extensions>
- <configuration>
- <serverId>oss</serverId>
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
- </configuration>
- </plugin>-->
- </plugins>
- </build>
- <!-- <distributionManagement>-->
- <!-- <!– 这里的id oss需要和setting.xml里面server节点配置的id一致–>-->
- <!-- <snapshotRepository>-->
- <!-- <id>oss</id>-->
- <!-- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>-->
- <!-- </snapshotRepository>-->
- <!-- <repository>-->
- <!-- <id>oss</id>-->
- <!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>-->
- <!-- </repository>-->
- <!-- </distributionManagement>-->
- </profile>
- </profiles>
- </project>
|