File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
spring-cloud-task-dependencies Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.cloud</groupId >
77 <artifactId >spring-cloud-build</artifactId >
8- <version >3.0.0.BUILD -SNAPSHOT</version >
8+ <version >3.0.0-SNAPSHOT</version >
99 <relativePath />
1010 </parent >
1111
Original file line number Diff line number Diff line change 114114 <artifactId >java-cfenv-test-support</artifactId >
115115 <scope >test</scope >
116116 </dependency >
117+ <dependency >
118+ <groupId >junit</groupId >
119+ <artifactId >junit</artifactId >
120+ <version >4.12</version >
121+ <scope >test</scope >
122+ </dependency >
117123 </dependencies >
118124
119125</project >
Original file line number Diff line number Diff line change 1010 <parent >
1111 <artifactId >spring-cloud-dependencies-parent</artifactId >
1212 <groupId >org.springframework.cloud</groupId >
13- <version >3.0.0.BUILD -SNAPSHOT</version >
13+ <version >3.0.0-SNAPSHOT</version >
1414 <relativePath />
1515 </parent >
1616
You can’t perform that action at this time.
0 commit comments