diff --git a/api/pom.xml b/api/pom.xml
index 28f6ff2b5..e4ae34193 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -12,30 +12,31 @@
limitations under the License.
-->
-
- com.alibaba.nacos
- nacos-all
- 0.2.2-SNAPSHOT
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ com.alibaba.nacos
+ nacos-all
+ 0.2.2-SNAPSHOT
+ ../pom.xml
+
- 4.0.0
+ 4.0.0
- nacos-api
- jar
+ nacos-api
+ jar
- nacos-api ${project.version}
- http://maven.apache.org
+ nacos-api ${project.version}
+ http://maven.apache.org
-
- UTF-8
-
+
+ UTF-8
+
-
-
- com.alibaba
- fastjson
-
-
+
+
+ com.alibaba
+ fastjson
+
+
diff --git a/client/pom.xml b/client/pom.xml
index 9c9f368c0..82832aa72 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -12,113 +12,127 @@
limitations under the License.
-->
-
- com.alibaba.nacos
- nacos-all
- 0.2.2-SNAPSHOT
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ com.alibaba.nacos
+ nacos-all
+ 0.2.2-SNAPSHOT
+ ../pom.xml
+
- 4.0.0
+ 4.0.0
- nacos-client
- jar
+ nacos-client
+ jar
- nacos-client ${project.version}
- http://maven.apache.org
+ nacos-client ${project.version}
+ http://maven.apache.org
-
- UTF-8
-
+
+ UTF-8
+
-
-
- org.slf4j
- slf4j-api
- provided
-
-
- log4j
- log4j
- provided
-
-
- org.apache.logging.log4j
- log4j-core
- 2.8.2
- provided
-
-
- commons-logging
- commons-logging
- provided
-
-
- org.slf4j
- slf4j-log4j12
- provided
-
-
- org.apache.logging.log4j
- log4j-slf4j-impl
- provided
-
-
- org.slf4j
- jcl-over-slf4j
- provided
-
-
- junit
- junit
- test
-
-
- ${project.groupId}
- nacos-common
-
-
- ${project.groupId}
- nacos-api
-
-
- com.alibaba
- fastjson
-
+
+
+ org.slf4j
+ slf4j-api
+ true
+
-
- ch.qos.logback
- logback-classic
-
-
- ch.qos.logback
- logback-core
-
+
+ log4j
+ log4j
+ true
+
-
- com.google.guava
- guava
-
+
+ org.apache.logging.log4j
+ log4j-core
+ 2.8.2
+ true
+
-
- commons-codec
- commons-codec
-
+
+ commons-logging
+ commons-logging
+ true
+
-
- org.codehaus.jackson
- jackson-mapper-lgpl
-
-
- net.jcip
- jcip-annotations
- true
-
-
- com.github.spotbugs
- spotbugs-annotations
- true
-
-
+
+ org.slf4j
+ slf4j-log4j12
+ true
+
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ true
+
+
+
+ org.slf4j
+ jcl-over-slf4j
+ true
+
+
+
+ ${project.groupId}
+ nacos-common
+
+
+
+ ${project.groupId}
+ nacos-api
+
+
+
+ com.alibaba
+ fastjson
+
+
+
+ ch.qos.logback
+ logback-classic
+
+
+
+ ch.qos.logback
+ logback-core
+
+
+
+ com.google.guava
+ guava
+
+
+
+ commons-codec
+ commons-codec
+
+
+
+ org.codehaus.jackson
+ jackson-mapper-lgpl
+
+
+ net.jcip
+ jcip-annotations
+ true
+
+
+
+ com.github.spotbugs
+ spotbugs-annotations
+ true
+
+
+
+ junit
+ junit
+ test
+
+
+
diff --git a/common/pom.xml b/common/pom.xml
index 2a89ef3d5..4eef4feba 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -12,40 +12,45 @@
limitations under the License.
-->
+ 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">
-
- com.alibaba.nacos
- nacos-all
- 0.2.2-SNAPSHOT
-
- 4.0.0
+
+ com.alibaba.nacos
+ nacos-all
+ 0.2.2-SNAPSHOT
+ ../pom.xml
+
+ 4.0.0
- nacos-common
- jar
+ nacos-common
+ jar
- nacos-common ${project.version}
- http://maven.apache.org
+ nacos-common ${project.version}
+ http://maven.apache.org
-
- UTF-8
-
+
+ UTF-8
+
-
-
- commons-io
- commons-io
-
-
- junit
- junit
- test
-
+
-
- org.apache.commons
- commons-lang3
-
-
+
+ commons-io
+ commons-io
+
+
+
+ org.apache.commons
+ commons-lang3
+
+
+
+
+ junit
+ junit
+ test
+
+
+
diff --git a/config/pom.xml b/config/pom.xml
index a7f0b7a6f..495b0c361 100644
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -18,6 +18,7 @@
com.alibaba.nacos
nacos-all
0.2.2-SNAPSHOT
+ ../pom.xml
4.0.0
@@ -34,13 +35,6 @@
-
-
- com.alibaba.spring
- spring-context-support
- 1.0.1
-
-
org.springframework.boot
spring-boot-starter-web
diff --git a/console/pom.xml b/console/pom.xml
index dceefbcf4..4c367b782 100644
--- a/console/pom.xml
+++ b/console/pom.xml
@@ -19,6 +19,7 @@
com.alibaba.nacos
nacos-all
0.2.2-SNAPSHOT
+ ../pom.xml
nacos-console
diff --git a/core/pom.xml b/core/pom.xml
index 25ae61ec9..cbaaba35b 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -19,6 +19,7 @@
com.alibaba.nacos
nacos-all
0.2.2-SNAPSHOT
+ ../pom.xml
4.0.0
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 7d42c622d..cc86139c3 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -19,6 +19,7 @@
com.alibaba.nacos
nacos-all
0.2.2-SNAPSHOT
+ ../pom.xml
4.0.0
diff --git a/example/pom.xml b/example/pom.xml
index 84e6b2971..42295d5c6 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -19,6 +19,7 @@
com.alibaba.nacos
nacos-all
0.2.2-SNAPSHOT
+ ../pom.xml
4.0.0
diff --git a/naming/pom.xml b/naming/pom.xml
index fb763c2d6..ca1e6771f 100644
--- a/naming/pom.xml
+++ b/naming/pom.xml
@@ -19,6 +19,7 @@
com.alibaba.nacos
nacos-all
0.2.2-SNAPSHOT
+ ../pom.xml
4.0.0
diff --git a/test/pom.xml b/test/pom.xml
index 9e255cfce..ec33a71e9 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -18,6 +18,7 @@
com.alibaba.nacos
nacos-all
0.2.2-SNAPSHOT
+ ../pom.xml
4.0.0