diff --git a/spring-cloud/pom.xml b/spring-cloud/pom.xml
index e2a676dfe8..340923cbdf 100644
--- a/spring-cloud/pom.xml
+++ b/spring-cloud/pom.xml
@@ -10,7 +10,7 @@
spring-cloud-config
spring-cloud-eureka
spring-cloud-hystrix
-
+ spring-cloud-integration
pom
diff --git a/spring-cloud/spring-cloud-integration/part-1/config/pom.xml b/spring-cloud/spring-cloud-integration/part-1/config/pom.xml
index c64b3626b1..0cb217acfb 100644
--- a/spring-cloud/spring-cloud-integration/part-1/config/pom.xml
+++ b/spring-cloud/spring-cloud-integration/part-1/config/pom.xml
@@ -4,17 +4,17 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- com.baeldung.spring.cloud
- part-1
- 1.0.0-SNAPSHOT
-
-
config
1.0.0-SNAPSHOT
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 1.4.0.RELEASE
+
+
+
-
org.springframework.cloud
spring-cloud-config-server
@@ -23,5 +23,32 @@
org.springframework.cloud
spring-cloud-starter-eureka
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ Brixton.RELEASE
+ pom
+ import
+
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+
\ No newline at end of file