Skip to content

Commit b5ddb40

Browse files
committed
Update build.gradle
1 parent f8edbf3 commit b5ddb40

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

build.gradle

+6-3
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,16 @@ dependencyManagement {
3737

3838
dependencies {
3939
if (releaseMode) {
40-
implementation 'com.epam.reportportal:commons-dao'
40+
api 'com.epam.reportportal:commons-dao'
4141
api 'com.epam.reportportal:commons'
4242
} else {
43-
implementation 'com.github.reportportal:commons-dao:823f284'
43+
api 'com.github.reportportal:commons-dao:823f284'
4444
api 'com.github.reportportal:commons:24ea814'
4545
}
46-
compile 'org.pf4j:pf4j:3.10.0'
46+
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'
4750

4851
testCompile 'junit:junit'
4952
}

0 commit comments

Comments
 (0)