Browse Source

完善测试

yq 3 years ago
parent
commit
b60c0e9c9a
1 changed files with 5 additions and 7 deletions
  1. 5 7
      pom.xml

+ 5 - 7
pom.xml

@@ -1,7 +1,5 @@
-<?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">
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<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">
     <parent>
         <groupId>com.usky</groupId>
         <artifactId>usky-base-pom</artifactId>
@@ -14,11 +12,11 @@
     <packaging>pom</packaging>
 
     <description>
-        usky-demo测试项目
+        usky-demo 测试
     </description>
     <modules>
         <module>usky-module-demo</module>
-    </modules>
+  </modules>
 
 
     <dependencies>
@@ -29,4 +27,4 @@
 
     </dependencies>
 
-</project>
+</project>