summaryrefslogtreecommitdiff
path: root/groot-tests
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2023-10-21 00:11:06 +0800
committerdoufenghu <[email protected]>2023-10-21 00:11:06 +0800
commit4daba8db4d3d606c05eb483ad30d0464b13b8ce9 (patch)
tree305e975a6c11cadbc0ae99d2ecac4322faac9671 /groot-tests
parentabe49fe77469f19c7a5b9ebe1a99e30bae8fb57c (diff)
基于mvn spotless:apply 对其代码进行格式化
Diffstat (limited to 'groot-tests')
-rw-r--r--groot-tests/pom.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/groot-tests/pom.xml b/groot-tests/pom.xml
index 783e518..8b3c4e2 100644
--- a/groot-tests/pom.xml
+++ b/groot-tests/pom.xml
@@ -1,15 +1,13 @@
<?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>groot-stream-platform</artifactId>
<groupId>com.geedgenetworks</groupId>
+ <artifactId>groot-stream-platform</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
- <modelVersion>4.0.0</modelVersion>
<artifactId>groot-tests</artifactId>
-
-</project> \ No newline at end of file
+</project>