Skip to content

Commit

Permalink
Fix wrong groupId in docs
Browse files Browse the repository at this point in the history
- Backport #852
- Fixes #879
  • Loading branch information
jvalkeal committed Oct 3, 2023
1 parent 7e63431 commit 8fdd257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-shell-docs/src/main/asciidoc/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8fdd257

Please sign in to comment.