update license & parent pom
diff --git a/LICENSE b/LICENSE
index ed7da5d..6e612c4 100644
--- a/LICENSE
+++ b/LICENSE
@@ -209,8 +209,8 @@
 conditions of the following licenses.
 
 ================================================================
-For dubbo-admin/frontend/static/fonts
-This product bundles files from google fonts which is licensed under the Apache License v2
-For details, see https://github.com/google/fonts,
+For dubbo-admin-frontend/static
+This product bundles files from google fonts roboto and google material design icons which is licensed under the Apache License v2
+For details, see https://github.com/google/fonts/tree/master/apache/roboto,
                  https://github.com/google/material-design-icons
 
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..0014ba8
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,19 @@
+Apache Dubbo (incubating)
+Copyright 2018-2019 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This product contains code form the google fonts roboto and google material design icons:
+
+
+Google Fonts roboto
+===================
+please visit google fonts for more information:
+https://fonts.google.com/specimen/Roboto
+
+
+Google Material Design
+=======================
+please visit material design website for more information
+https://material.io/tools/icons/
diff --git a/pom.xml b/pom.xml
index a2bc6c7..db24ce4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,10 +33,9 @@
 	<description>Dubbo admin front and back end</description>
 
 	<parent>
-		<groupId>org.springframework.boot</groupId>
-		<artifactId>spring-boot-starter-parent</artifactId>
-		<version>2.0.2.RELEASE</version>
-		<relativePath/> <!-- lookup parent from repository -->
+		<groupId>org.apache</groupId>
+		<artifactId>apache</artifactId>
+		<version>19</version>
 	</parent>
 
 	<repositories>