File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
spring-boot-project/spring-boot-dependencies Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 88
88
}
89
89
}
90
90
library(" Caffeine" , " 2.9.3" ) {
91
- prohibit(" [3.0.0,)" ) {
92
- because " it requires Java 11"
93
- }
94
91
group(" com.github.ben-manes.caffeine" ) {
95
92
modules = [
96
93
" caffeine" ,
@@ -178,9 +175,6 @@ bom {
178
175
}
179
176
}
180
177
library(" Derby" , " 10.14.2.0" ) {
181
- prohibit(" [10.15,)" ) {
182
- because " it requires Java 9"
183
- }
184
178
group(" org.apache.derby" ) {
185
179
modules = [
186
180
" derby" ,
@@ -254,9 +248,6 @@ bom {
254
248
}
255
249
}
256
250
library(" Git Commit ID Plugin" , " 4.9.10" ) {
257
- prohibit(" [5.0.0,)" ) {
258
- because " it requires Java 11"
259
- }
260
251
group(" pl.project13.maven" ) {
261
252
plugins = [
262
253
" git-commit-id-plugin"
@@ -366,19 +357,13 @@ bom {
366
357
}
367
358
}
368
359
library(" HikariCP" , " 4.0.3" ) {
369
- prohibit(" [5.0.0,)" ) {
370
- because " it requires Java 11"
371
- }
372
360
group(" com.zaxxer" ) {
373
361
modules = [
374
362
" HikariCP"
375
363
]
376
364
}
377
365
}
378
366
library(" HSQLDB" , " 2.5.2" ) {
379
- prohibit(" [2.6.0,)" ) {
380
- because " it requires Java 11"
381
- }
382
367
group(" org.hsqldb" ) {
383
368
modules = [
384
369
" hsqldb"
You can’t perform that action at this time.
0 commit comments