We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022faa4 commit 8bee56fCopy full SHA for 8bee56f
1 file changed
build.gradle
@@ -502,6 +502,21 @@ dependencyManagement {
502
dependencySet(group: 'org.apache.commons', version: versions.commonsLang3) {
503
entry 'commons-lang3'
504
}
505
+ dependencySet(group: 'org.springframework', version: '6.2.19') {
506
+ entry 'spring-aop'
507
+ entry 'spring-aspects'
508
+ entry 'spring-beans'
509
+ entry 'spring-context'
510
+ entry 'spring-context-support'
511
+ entry 'spring-core'
512
+ entry 'spring-expression'
513
+ entry 'spring-jcl'
514
+ entry 'spring-jdbc'
515
+ entry 'spring-orm'
516
+ entry 'spring-tx'
517
+ entry 'spring-web'
518
+ entry 'spring-webmvc'
519
+ }
520
521
522
0 commit comments