diff --git a/build.gradle b/build.gradle index f1f7bc4..f935dc3 100644 --- a/build.gradle +++ b/build.gradle @@ -31,15 +31,9 @@ dependencyManagement { ext['spring-boot.version'] = "${springBootVersion}" dependencies { - if (releaseMode) { - implementation 'com.epam.reportportal:commons-dao' - implementation 'com.epam.reportportal:plugin-api' - annotationProcessor 'com.epam.reportportal:plugin-api' - } else { - implementation 'com.github.reportportal:commons-dao:5.15.4' - implementation 'com.github.reportportal:plugin-api:5.15.0' - annotationProcessor 'com.github.reportportal:plugin-api:5.15.0' - } + implementation 'com.github.reportportal:commons-dao:5.15.4' + implementation 'com.github.reportportal:plugin-api:5.15.0' + annotationProcessor 'com.github.reportportal:plugin-api:5.15.0' // add lombok support compileOnly "org.projectlombok:lombok:${lombokVersion}"