Docs updated dependency samples to use starter instead of core
resolves #362
This commit is contained in:
committed by
Michael Minella
parent
6860656d98
commit
c4324b550d
@@ -144,8 +144,8 @@ Spring Cloud Task itself:
|
||||
[source,xml]
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-task-core</artifactId>
|
||||
<version>1.2.1.RELEASE</version>
|
||||
<artifactId>spring-cloud-starter-task</artifactId>
|
||||
<version>1.2.3.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
[[getting-started-writing-the-code]]
|
||||
|
||||
Reference in New Issue
Block a user