Skip to content

Commit bca62f5

Browse files
author
phasenraum2010
committed
work in progress
1 parent 270d8bd commit bca62f5

File tree

1 file changed

+6
-0
lines changed
  • defcon-prototyping/defcon-local-neo4j

1 file changed

+6
-0
lines changed

defcon-prototyping/defcon-local-neo4j/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,17 @@
4242
<dependency>
4343
<groupId>org.springframework.boot</groupId>
4444
<artifactId>spring-boot-starter-batch</artifactId>
45+
<version>${spring-boot.version}</version>
4546
</dependency>
4647
<dependency>
4748
<groupId>org.springframework.boot</groupId>
4849
<artifactId>spring-boot-starter-cache</artifactId>
50+
<version>${spring-boot.version}</version>
4951
</dependency>
5052
<dependency>
5153
<groupId>org.springframework.boot</groupId>
5254
<artifactId>spring-boot-starter-cloud-connectors</artifactId>
55+
<version>${spring-boot.version}</version>
5356
</dependency>
5457
<!--
5558
TODO: #30
@@ -115,14 +118,17 @@
115118
<dependency>
116119
<groupId>io.pivotal.spring.cloud</groupId>
117120
<artifactId>spring-cloud-services-starter-circuit-breaker</artifactId>
121+
<version>2.0.1.RELEASE</version>
118122
</dependency>
119123
<dependency>
120124
<groupId>io.pivotal.spring.cloud</groupId>
121125
<artifactId>spring-cloud-services-starter-config-client</artifactId>
126+
<version>2.0.1.RELEASE</version>
122127
</dependency>
123128
<dependency>
124129
<groupId>io.pivotal.spring.cloud</groupId>
125130
<artifactId>spring-cloud-services-starter-service-registry</artifactId>
131+
<version>2.0.1.RELEASE</version>
126132
</dependency>
127133
<dependency>
128134
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)