File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ repositories {
7
7
8
8
dependencies {
9
9
implementation(group = " org.springframework.boot" , name = " spring-boot-starter-web" )
10
- implementation(project(" :spring-json-api -starter" ))
10
+ implementation(project(" :jsonapi- spring-boot -starter" ))
11
11
}
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ rootProject.name = "hndrs-jsonapi-spring-boot-starter"
3
3
include(" spring-json-api" )
4
4
project(" :spring-json-api" ).projectDir = File (" spring-json-api" )
5
5
6
- include(" spring-json-api -starter" )
7
- project(" :spring-json-api -starter" ).projectDir = File (" spring-json-api-starter" )
6
+ include(" jsonapi- spring-boot -starter" )
7
+ project(" :jsonapi- spring-boot -starter" ).projectDir = File (" spring-json-api-starter" )
8
8
9
9
include(" sample" )
10
10
project(" :sample" ).projectDir = File (" sample" )
You can’t perform that action at this time.
0 commit comments