File tree 1 file changed +6
-0
lines changed
defcon-prototyping/defcon-local-neo4j
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 42
42
<dependency >
43
43
<groupId >org.springframework.boot</groupId >
44
44
<artifactId >spring-boot-starter-batch</artifactId >
45
+ <version >${spring-boot.version} </version >
45
46
</dependency >
46
47
<dependency >
47
48
<groupId >org.springframework.boot</groupId >
48
49
<artifactId >spring-boot-starter-cache</artifactId >
50
+ <version >${spring-boot.version} </version >
49
51
</dependency >
50
52
<dependency >
51
53
<groupId >org.springframework.boot</groupId >
52
54
<artifactId >spring-boot-starter-cloud-connectors</artifactId >
55
+ <version >${spring-boot.version} </version >
53
56
</dependency >
54
57
<!--
55
58
TODO: #30
115
118
<dependency >
116
119
<groupId >io.pivotal.spring.cloud</groupId >
117
120
<artifactId >spring-cloud-services-starter-circuit-breaker</artifactId >
121
+ <version >2.0.1.RELEASE</version >
118
122
</dependency >
119
123
<dependency >
120
124
<groupId >io.pivotal.spring.cloud</groupId >
121
125
<artifactId >spring-cloud-services-starter-config-client</artifactId >
126
+ <version >2.0.1.RELEASE</version >
122
127
</dependency >
123
128
<dependency >
124
129
<groupId >io.pivotal.spring.cloud</groupId >
125
130
<artifactId >spring-cloud-services-starter-service-registry</artifactId >
131
+ <version >2.0.1.RELEASE</version >
126
132
</dependency >
127
133
<dependency >
128
134
<groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments