We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b665086 + d01acf7 commit 9228e4fCopy full SHA for 9228e4f
build.gradle
@@ -48,9 +48,9 @@ dependencies {
48
implementation 'com.epam.reportportal:plugin-api'
49
annotationProcessor 'com.epam.reportportal:plugin-api'
50
} else {
51
- implementation 'com.github.reportportal:commons-dao:562c5eb'
52
- implementation 'com.github.reportportal:plugin-api:8874441'
53
- annotationProcessor 'com.github.reportportal:plugin-api:8874441'
+ implementation 'com.github.reportportal:commons-dao:9b8b695'
+ implementation 'com.github.reportportal:plugin-api:f59b724'
+ annotationProcessor 'com.github.reportportal:plugin-api:f59b724'
54
}
55
implementation 'org.hibernate.orm:hibernate-core:6.6.5.Final'
56
0 commit comments