Format of spotless pom file (#213)

pull/218/head
chen.ma 2 years ago
parent 1e3a1d4ab6
commit aae1b10e91

@ -44,14 +44,14 @@
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>alibaba-dingtalk-service-sdk</artifactId>
<optional>true</optional>
<!-- 用户反馈其中 javax.jms 无法下载, 未发现 log4j 用处, 暂且排除 -->
<exclusions>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
@ -92,5 +92,4 @@
</plugin>
</plugins>
</build>
</project>

@ -39,7 +39,7 @@
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
@ -54,5 +54,4 @@
</plugin>
</plugins>
</build>
</project>

@ -31,8 +31,8 @@
<!-- 用户反馈其中 javax.jms 无法下载, 未发现 log4j 用处, 暂且排除 -->
<exclusions>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
@ -90,5 +90,4 @@
</plugin>
</plugins>
</build>
</project>

@ -1,14 +1,12 @@
<?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"
<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>hippo4j-example</artifactId>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-example</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hippo4j-core-zookeeper-spring-boot-starter-example</artifactId>
<properties>
@ -44,5 +42,4 @@
<version>${revision}</version>
</dependency>
</dependencies>
</project>

@ -15,10 +15,6 @@
<name>${project.artifactId}</name>
<description>${project.artifactId}</description>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<modules>
<!-- 抽象测试用例 -->
<module>hippo4j-example-core</module>
@ -31,4 +27,7 @@
<module>hippo4j-core-zookeeper-spring-boot-starter-example</module>
</modules>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
</project>

@ -37,8 +37,8 @@
<!-- 用户反馈其中 javax.jms 无法下载, 未发现 log4j 用处, 暂且排除 -->
<exclusions>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
@ -118,5 +118,4 @@
</plugin>
</plugins>
</build>
</project>

@ -57,8 +57,8 @@
<!-- 用户反馈其中 javax.jms 无法下载, 未发现 log4j 用处, 暂且排除 -->
<exclusions>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
@ -116,5 +116,4 @@
</plugin>
</plugins>
</build>
</project>

@ -9,14 +9,13 @@
</parent>
<artifactId>hippo4j-spring-boot</artifactId>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>Hippo4J Starter List</description>
<modules>
<module>hippo4j-core-spring-boot-starter</module>
<module>hippo4j-spring-boot-starter</module>
</modules>
</project>

@ -15,13 +15,12 @@
<name>tools</name>
<description>动态线程池工具类模块</description>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<modules>
<!-- 日志记录 -->
<module>log-record-tool</module>
</modules>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
</project>

Loading…
Cancel
Save