Skip to content

Commit d2df1d6

Browse files
committed
Fix wrong groupId in docs
- Backport #852 - Fixes #880
1 parent b40e9f6 commit d2df1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-shell-docs/src/main/asciidoc/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ With _maven_ you're expected to have something like:
2929
<artifactId>spring-boot-starter</artifactId>
3030
</dependency>
3131
<dependency>
32-
<groupId>org.springframework.boot</groupId>
32+
<groupId>org.springframework.shell</groupId>
3333
<artifactId>spring-shell-starter</artifactId>
3434
</dependency>
3535
</dependencies>

0 commit comments

Comments
 (0)