Fix wrong groupId in docs

- Fixes #852
This commit is contained in:
Janne Valkealahti
2023-09-25 09:09:19 +01:00
parent c18c482ad2
commit 6dd038830f

View File

@@ -31,7 +31,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>