We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8edbf3 commit b5ddb40Copy full SHA for b5ddb40
build.gradle
@@ -37,13 +37,16 @@ dependencyManagement {
37
38
dependencies {
39
if (releaseMode) {
40
- implementation 'com.epam.reportportal:commons-dao'
+ api 'com.epam.reportportal:commons-dao'
41
api 'com.epam.reportportal:commons'
42
} else {
43
- implementation 'com.github.reportportal:commons-dao:823f284'
+ api 'com.github.reportportal:commons-dao:823f284'
44
api 'com.github.reportportal:commons:24ea814'
45
}
46
- compile 'org.pf4j:pf4j:3.10.0'
+
47
+ implementation 'org.hibernate:hibernate-core:5.6.15.Final'
48
+ api 'org.pf4j:pf4j:3.10.0'
49
+ api 'org.pf4j:pf4j-update:2.3.0'
50
51
testCompile 'junit:junit'
52
0 commit comments