Commit 178b92c 1 parent f9cbad1 commit 178b92c Copy full SHA for 178b92c
File tree 5 files changed +9
-2
lines changed
5 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Built-in Dependency Notations
3
3
---
4
4
# Built-in Dependency Notations
5
5
6
- [ ** refreshVersions** ] ( https://github.com/jmfayard/refreshVersions ) provides ** 1157 ** Dependency Notations in ** 25** groups and ** 242** subgroups
6
+ [ ** refreshVersions** ] ( https://github.com/jmfayard/refreshVersions ) provides ** 1158 ** Dependency Notations in ** 25** groups and ** 242** subgroups
7
7
8
8
** Built-in Dependency Notations** are maven coordinates of popular libraries,
9
9
discoverable as for example ` KotlinX.coroutines.core ` in IntelliJ IDEA,
@@ -2440,7 +2440,9 @@ version.NO-RULE" style="text-decoration: underline;" >thymeleaf</span> - <
2440
2440
org.springframework.boot:spring-boot-starter-validation:_
2441
2441
version.NO-RULE" style="text-decoration: underline;" >validation</span >  ; - <span title="Spring.boot.webServices
2442
2442
org.springframework.boot:spring-boot-starter-web-services:_
2443
- version.NO-RULE" style="text-decoration: underline;" >webServices</span >  ; - <span title="Spring.boot.webflux
2443
+ version.NO-RULE" style="text-decoration: underline;" >webServices</span >  ; - <span title="Spring.boot.web
2444
+ org.springframework.boot:spring-boot-starter-web:_
2445
+ version.NO-RULE" style="text-decoration: underline;" >web</span >  ; - <span title="Spring.boot.webflux
2444
2446
org.springframework.boot:spring-boot-starter-webflux:_
2445
2447
version.NO-RULE" style="text-decoration: underline;" >webflux</span >  ; - <span title="Spring.boot.websocket
2446
2448
org.springframework.boot:spring-boot-starter-websocket:_
Original file line number Diff line number Diff line change @@ -137,6 +137,8 @@ object Spring : IsNotADependency {
137
137
138
138
val validation = module(" spring-boot-starter-validation" )
139
139
140
+ val web = module(" spring-boot-starter-web" )
141
+
140
142
val webServices = module(" spring-boot-starter-web-services" )
141
143
142
144
val webflux = module(" spring-boot-starter-webflux" )
Original file line number Diff line number Diff line change @@ -1084,6 +1084,7 @@ org.springframework.boot:spring-boot-starter-security
1084
1084
org.springframework.boot:spring-boot-starter-test
1085
1085
org.springframework.boot:spring-boot-starter-thymeleaf
1086
1086
org.springframework.boot:spring-boot-starter-validation
1087
+ org.springframework.boot:spring-boot-starter-web
1087
1088
org.springframework.boot:spring-boot-starter-web-services
1088
1089
org.springframework.boot:spring-boot-starter-webflux
1089
1090
org.springframework.boot:spring-boot-starter-websocket
Original file line number Diff line number Diff line change @@ -1225,6 +1225,7 @@ org.springframework.boot..spring-boot-starter-test=Spring.boot.test
1225
1225
org.springframework.boot..spring-boot-starter-thymeleaf=Spring.boot.thymeleaf
1226
1226
org.springframework.boot..spring-boot-starter-validation=Spring.boot.validation
1227
1227
org.springframework.boot..spring-boot-starter-web-services=Spring.boot.webServices
1228
+ org.springframework.boot..spring-boot-starter-web=Spring.boot.web
1228
1229
org.springframework.boot..spring-boot-starter-webflux=Spring.boot.webflux
1229
1230
org.springframework.boot..spring-boot-starter-websocket=Spring.boot.websocket
1230
1231
org.springframework.cloud..spring-cloud-bus=Spring.cloud.bus
Original file line number Diff line number Diff line change @@ -1085,6 +1085,7 @@ org.springframework.boot..spring-boot-starter-test=version.NO-RULE
1085
1085
org.springframework.boot..spring-boot-starter-thymeleaf=version.NO-RULE
1086
1086
org.springframework.boot..spring-boot-starter-validation=version.NO-RULE
1087
1087
org.springframework.boot..spring-boot-starter-web-services=version.NO-RULE
1088
+ org.springframework.boot..spring-boot-starter-web=version.NO-RULE
1088
1089
org.springframework.boot..spring-boot-starter-webflux=version.NO-RULE
1089
1090
org.springframework.boot..spring-boot-starter-websocket=version.NO-RULE
1090
1091
org.springframework.cloud..spring-cloud-bus=version.NO-RULE
You can’t perform that action at this time.
0 commit comments