diff --git a/build.gradle b/build.gradle index 46096b6..16a5b70 100644 --- a/build.gradle +++ b/build.gradle @@ -40,10 +40,11 @@ dependencies { compile 'com.epam.reportportal:commons' compile 'com.epam.reportportal:commons-dao' } else { - implementation 'com.github.reportportal:commons-dao:823f284' - api 'com.github.reportportal:commons:24ea814' + implementation 'com.github.reportportal:commons-dao:develop-SNAPSHOT' + api 'com.github.reportportal:commons:develop-SNAPSHOT' } - compile 'org.pf4j:pf4j:3.10.0' + api 'org.pf4j:pf4j:3.10.0' + api 'org.pf4j:pf4j-update:2.3.0' testCompile 'junit:junit' }