Fix wrong groupId in docs

- Backport #852
- Fixes #879
This commit is contained in:
Janne Valkealahti
2023-10-03 11:18:39 +01:00
parent 7e63431a16
commit 8fdd25746b

View File

@@ -29,7 +29,7 @@ With _maven_ you're expected to have something like:
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-starter</artifactId>
</dependency>
</dependencies>