Fix wrong groupId in docs

- Backport #852
- Fixes #880
This commit is contained in:
Janne Valkealahti
2023-10-03 11:18:27 +01:00
parent b40e9f6339
commit d2df1d611e

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>