|
@@ -127,7 +127,10 @@ subprojects {
|
|
compileOnly group: 'junit', name: 'junit', version: "${junitVersion}"
|
|
compileOnly group: 'junit', name: 'junit', version: "${junitVersion}"
|
|
testImplementation group: 'org.mockito', name: 'mockito-all', version: "${mockitoallVersion}"
|
|
testImplementation group: 'org.mockito', name: 'mockito-all', version: "${mockitoallVersion}"
|
|
testImplementation group: 'xmlunit', name: 'xmlunit', version: "${xmlunitVersion}"
|
|
testImplementation group: 'xmlunit', name: 'xmlunit', version: "${xmlunitVersion}"
|
|
-
|
|
|
|
|
|
+ // https://projectlombok.org
|
|
|
|
+ compileOnly 'org.projectlombok:lombok:1.18.4'
|
|
|
|
+ annotationProcessor 'org.projectlombok:lombok:1.18.4'
|
|
|
|
+
|
|
//apache
|
|
//apache
|
|
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: "${commonsbeanutilsVersion}"
|
|
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: "${commonsbeanutilsVersion}"
|
|
implementation group: 'commons-codec', name: 'commons-codec', version: "${commonscodecVersion}"
|
|
implementation group: 'commons-codec', name: 'commons-codec', version: "${commonscodecVersion}"
|