diff --git a/platform-services/data-flow-server/pom.xml b/platform-services/data-flow-server/pom.xml
index d6dc9d7..f82f4f9 100644
--- a/platform-services/data-flow-server/pom.xml
+++ b/platform-services/data-flow-server/pom.xml
@@ -39,7 +39,21 @@
org.springframework.cloud
spring-cloud-dataflow-dependencies
- 1.1.2.RELEASE
+ 1.2.0.BUILD-SNAPSHOT
+ pom
+ import
+
+
+ org.springframework.cloud
+ spring-cloud-task-dependencies
+ 1.2.0.BUILD-SNAPSHOT
+ pom
+ import
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ Dalston.BUILD-SNAPSHOT
pom
import
diff --git a/pom.xml b/pom.xml
index 3e65b6f..f255e6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
org.springframework.boot
spring-boot-starter-parent
- 1.4.2.RELEASE
+ 1.4.4.RELEASE
@@ -32,6 +32,7 @@
order
payment
warehouse
+ ui
@@ -52,7 +53,7 @@
org.springframework.cloud
spring-cloud-dependencies
- Camden.SR3
+ Dalston.BUILD-SNAPSHOT
pom
import
@@ -60,4 +61,24 @@
+
+
+ spring-snapshots
+ Spring Snapshots
+ https://repo.spring.io/snapshot
+
+ true
+
+
+
+ spring-milestones
+ Spring Milestones
+ https://repo.spring.io/milestone
+
+ false
+
+
+
+
+
\ No newline at end of file
diff --git a/warehouse/warehouse-web/pom.xml b/warehouse/warehouse-web/pom.xml
index d228dc2..97cc51c 100644
--- a/warehouse/warehouse-web/pom.xml
+++ b/warehouse/warehouse-web/pom.xml
@@ -33,7 +33,7 @@
org.springframework.boot
- spring-boot-starter-redis
+ spring-boot-starter-data-redis
runtime