relaxed-dependencies
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-dependencies</artifactId> <version>1.6.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-dependencies</artifactId> <version>1.6.0</version> <packaging>pom</packaging> <description>Relaxed Dependencies</description> <url>https://github.com/xiaoashuo/relaxed</url> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>yakir</name> <email>1412844668@qq.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/xiaoashuo/relaxed.git</connection> <developerConnection>scm:git:https://github.com/xiaoashuo/relaxed.git</developerConnection> <url>https://github.com/xiaoashuo/relaxed</url> </scm> <issueManagement> <system>Github Issue</system> <url>https://github.com/xiaoashuo/relaxed/issues</url> </issueManagement> <distributionManagement> <repository> <id>ossrh</id> <url>https://central.sonatype.com</url> </repository> <snapshotRepository> <id>ossrh</id> <url>https://central.sonatype.com</url> </snapshotRepository> </distributionManagement> <properties> <velocity.version>1.7</velocity.version> <spring-cloud-oauth2.version>2.1.3.RELEASE</spring-cloud-oauth2.version> <springdoc-openapi.verison>1.6.9</springdoc-openapi.verison> <diffutil.version>1.3.0</diffutil.version> <poi.version>5.2.2</poi.version> <lombok.version>1.18.20</lombok.version> <jsoup.version>1.15.3</jsoup.version> <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version> <jasypt.version>2.1.0</jasypt.version> <poi-tl.version>1.11.1</poi-tl.version> <spring-boot.version>2.7.10</spring-boot.version> <springfox.version>3.0.0</springfox.version> <hutool.version>5.8.2</hutool.version> <zjsonpatch.version>0.4.11</zjsonpatch.version> <software.amazon.awssdk.version>2.17.46</software.amazon.awssdk.version> <poi-tl-ext.version>0.4.18-poi5</poi-tl-ext.version> <xxl-job.version>2.2.0</xxl-job.version> <mybatis-plus.version>3.5.4.1</mybatis-plus.version> <maven-gpg-plugin.version>3.2.3</maven-gpg-plugin.version> <maven-compiler-plugin.verison>3.8.0</maven-compiler-plugin.verison> <skipTests>true</skipTests> <io.swagger.v3.version>2.2.0</io.swagger.v3.version> <easyexcel.version>3.3.3</easyexcel.version> <spring-javaformat-checkstyle.version>0.0.27</spring-javaformat-checkstyle.version> <swagger.version>1.5.21</swagger.version> <tensorflow.version>1.15.0</tensorflow.version> <ip2region.version>1.7.2</ip2region.version> <jsch.version>0.1.54</jsch.version> <fastexcel.version>1.0.0</fastexcel.version> <maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version> <dynamic-datasource.version>3.5.0</dynamic-datasource.version> <mybatis.version>3.5.13</mybatis.version> <mapstruct.version>1.4.2.Final</mapstruct.version> <itext-font-asian.version>7.1.13</itext-font-asian.version> <groovy.version>3.0.9</groovy.version> <javers-core.version>6.5.2</javers-core.version> <itext-html-pdf.version>3.0.2</itext-html-pdf.version> <jsqlparse.version>4.3</jsqlparse.version> <maven-central-publishing>0.4.0</maven-central-publishing> <flatten-maven-plugin.version>1.2.5</flatten-maven-plugin.version> <revision>1.6.0</revision> </properties> <dependencyManagement> <dependencies> <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>cn.hutool</groupId> <artifactId>hutool-bom</artifactId> <version>${hutool.version}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi</artifactId> <version>${springdoc-openapi.verison}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-oauth2</artifactId> <version>${spring-cloud-oauth2.version}</version> </dependency> <dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>bom</artifactId> <version>${software.amazon.awssdk.version}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-admin-core</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-oauth2-common</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-auth</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-resource</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-common-model</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-common-core</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-common-ip</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-common-desensitize</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-common-idempotent</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-dynamic-datasource</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-common-tenant</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-redis-core</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-common-log-access</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-common-log-operation</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-common-log-biz</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-common-util</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-common-exception</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-common-translation</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-common-holidays</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-poi-tl</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-mybatis-plus</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-mybatis-plus-encrypt</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-extend-mail</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-extend-dingtalk</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-extend-wechat</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-extend-openapi</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-spring-boot-starter-download</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-spring-boot-starter-sftp</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-spring-boot-starter-dingtalk</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-spring-boot-starter-wechat</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-spring-boot-starter-job</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-spring-boot-starter-mail</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-spring-boot-starter-log</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-spring-boot-starter-web</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-spring-boot-starter-xss</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-spring-boot-starter-exception</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-spring-boot-starter-secret</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-spring-boot-starter-s3</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-spring-boot-starter-datascope</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-spring-boot-starter-redis</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-spring-boot-starter-fastexcel</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>relaxed-spring-boot-starter-mq</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>cn.lovecyy</groupId> <artifactId>pool-monitor-starter</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <version>${spring-boot.version}</version> <exclusions> <exclusion> <artifactId>spring-boot-starter-tomcat</artifactId> <groupId>org.springframework.boot</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-extension</artifactId> <version>${mybatis-plus.version}</version> </dependency> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-core</artifactId> <version>${mybatis-plus.version}</version> </dependency> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-annotation</artifactId> <version>${mybatis-plus.version}</version> </dependency> <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-datasource.version}</version> </dependency> <dependency> <groupId>com.github.ulisesbocchio</groupId> <artifactId>jasypt-spring-boot-starter</artifactId> <version>${jasypt.version}</version> </dependency> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>${mybatis.version}</version> </dependency> <dependency> <groupId>com.github.jsqlparser</groupId> <artifactId>jsqlparser</artifactId> <version>${jsqlparse.version}</version> </dependency> <dependency> <groupId>org.lionsoul</groupId> <artifactId>ip2region</artifactId> <version>${ip2region.version}</version> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> <version>${groovy.version}</version> </dependency> <dependency> <groupId>cn.idev.excel</groupId> <artifactId>fastexcel</artifactId> <version>${fastexcel.version}</version> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>${poi.version}</version> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> <version>${poi.version}</version> </dependency> <dependency> <groupId>com.deepoove</groupId> <artifactId>poi-tl</artifactId> <version>${poi-tl.version}</version> </dependency> <dependency> <groupId>io.github.draco1023</groupId> <artifactId>poi-tl-ext</artifactId> <version>${poi-tl-ext.version}</version> </dependency> <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> <version>${velocity.version}</version> </dependency> <dependency> <groupId>org.mapstruct</groupId> <artifactId>mapstruct</artifactId> <version>${mapstruct.version}</version> </dependency> <dependency> <groupId>org.mapstruct</groupId> <artifactId>mapstruct-processor</artifactId> <version>${mapstruct.version}</version> </dependency> <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> <version>${jsoup.version}</version> </dependency> <dependency> <groupId>com.jcraft</groupId> <artifactId>jsch</artifactId> <version>${jsch.version}</version> </dependency> <dependency> <groupId>com.xuxueli</groupId> <artifactId>xxl-job-core</artifactId> <version>${xxl-job.version}</version> </dependency> <dependency> <groupId>io.swagger.core.v3</groupId> <artifactId>swagger-annotations</artifactId> <version>${io.swagger.v3.version}</version> </dependency> <dependency> <groupId>io.swagger.core.v3</groupId> <artifactId>swagger-models</artifactId> <version>${io.swagger.v3.version}</version> </dependency> <dependency> <groupId>com.googlecode.java-diff-utils</groupId> <artifactId>diffutils</artifactId> <version>${diffutil.version}</version> </dependency> <dependency> <groupId>org.javers</groupId> <artifactId>javers-core</artifactId> <version>${javers-core.version}</version> </dependency> <dependency> <groupId>com.flipkart.zjsonpatch</groupId> <artifactId>zjsonpatch</artifactId> <version>${zjsonpatch.version}</version> </dependency> </dependencies> </dependencyManagement> <build> <pluginManagement> <plugins> <plugin> <groupId>io.spring.javaformat</groupId> <artifactId>spring-javaformat-maven-plugin</artifactId> <version>${spring-javaformat-checkstyle.version}</version> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>${maven-compiler-plugin.verison}</version> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>${maven-javadoc-plugin.version}</version> </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> <version>${maven-resources-plugin.version}</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>flatten-maven-plugin</artifactId> <version>${flatten-maven-plugin.version}</version> </plugin> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <version>${spring-boot.version}</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>io.spring.javaformat</groupId> <artifactId>spring-javaformat-maven-plugin</artifactId> <executions> <execution> <phase>validate</phase> <goals> <goal>validate</goal> </goals> <inherited>true</inherited> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>flatten-maven-plugin</artifactId> <executions> <execution> <id>flatten</id> <phase>process-resources</phase> <goals> <goal>flatten</goal> </goals> </execution> <execution> <id>flatten.clean</id> <phase>clean</phase> <goals> <goal>clean</goal> </goals> </execution> </executions> <configuration> <flattenMode>resolveCiFriendliesOnly</flattenMode> <updatePomFile>true</updatePomFile> </configuration> </plugin> </plugins> </build> <profiles> <profile> <id>dev</id> <activation> <activeByDefault>true</activeByDefault> </activation> <properties> <profiles.active>dev</profiles.active> </properties> </profile> <profile> <id>test</id> <properties> <profiles.active>test</profiles.active> </properties> </profile> <profile> <id>prod</id> <properties> <profiles.active>prod</profiles.active> </properties> </profile> <profile> <id>ossrh</id> <build> <plugins> <plugin> <artifactId>maven-release-plugin</artifactId> <version>2.5.3</version> <configuration> <autoVersionSubmodules>true</autoVersionSubmodules> <goals>deploy</goals> <releaseProfiles>release</releaseProfiles> <mavenExecutorId>forked-path</mavenExecutorId> <useReleaseProfile>false</useReleaseProfile> </configuration> </plugin> <plugin> <artifactId>maven-gpg-plugin</artifactId> <version>3.2.3</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.central</groupId> <artifactId>central-publishing-maven-plugin</artifactId> <version>0.4.0</version> <extensions>true</extensions> <executions> <execution> <id>injected-central-publishing</id> <phase>deploy</phase> <goals> <goal>publish</goal> </goals> <configuration> <publishingServerId>ossrh</publishingServerId> </configuration> </execution> </executions> <configuration> <publishingServerId>ossrh</publishingServerId> </configuration> </plugin> </plugins> </build> </profile> </profiles> </project>