0

use Spring Context

This commit is contained in:
2021-05-18 17:23:33 +03:00
parent 907609f43b
commit 0ceef5e575
5 changed files with 44 additions and 4 deletions

View File

@@ -31,6 +31,8 @@ dependencies {
exclude group: 'commons-lang', module: 'commons-lang'
exclude group: 'com.google.guava', module: 'guava'
}
implementation 'org.springframework:spring-context:5.2.5.RELEASE'
}
processResources {