From d317f0caff2289b3a34e4bed8a6f07a9cf59456f Mon Sep 17 00:00:00 2001 From: siarhei_hrabko Date: Mon, 4 Nov 2024 11:32:21 +0300 Subject: [PATCH] EPMRPP-96579 create organizations branch --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 16a5b70..24f99b2 100644 --- a/build.gradle +++ b/build.gradle @@ -40,8 +40,8 @@ dependencies { compile 'com.epam.reportportal:commons' compile 'com.epam.reportportal:commons-dao' } else { - implementation 'com.github.reportportal:commons-dao:develop-SNAPSHOT' - api 'com.github.reportportal:commons:develop-SNAPSHOT' + implementation 'com.github.reportportal:commons-dao:4caa252' + api 'com.github.reportportal:commons:feature~orgs-SNAPSHOT' } api 'org.pf4j:pf4j:3.10.0' api 'org.pf4j:pf4j-update:2.3.0'