Browse Source

add apache parent

lidongdai 5 years ago
parent
commit
1cd77fe048
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -8,6 +8,11 @@
 	<name>dolphinscheduler</name>
 	<url>http://maven.apache.org</url>
 
+	<parent>
+		<groupId>org.apache</groupId>
+		<artifactId>apache</artifactId>
+		<version>21</version>
+	</parent>
 
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>