File tree Expand file tree Collapse file tree 4 files changed +409
-353
lines changed
src/main/java/com/epam/reportportal/extension/bugtracking/rally Expand file tree Collapse file tree 4 files changed +409
-353
lines changed Original file line number Diff line number Diff line change 1111
1212env :
1313 GH_USER_NAME : github.actor
14- SCRIPTS_VERSION : 5.10 .0
15- BOM_VERSION : 5.11.2
14+ SCRIPTS_VERSION : 5.12 .0
15+ BOM_VERSION : 5.12.1
1616 REPOSITORY_URL : ' https://maven.pkg.github.com/'
1717
1818jobs :
Original file line number Diff line number Diff line change @@ -33,19 +33,21 @@ repositories {
3333
3434dependencyManagement {
3535 imports {
36- mavenBom(releaseMode ? ' com.epam.reportportal:commons-bom:' + getProperty(' bom.version' ) : ' com.epam.reportportal:commons-bom:5.11.2 ' )
36+ mavenBom(releaseMode ? ' com.epam.reportportal:commons-bom:' + getProperty(' bom.version' ) : ' com.epam.reportportal:commons-bom:5.12.1 ' )
3737 }
3838}
3939
4040dependencies {
4141 if (releaseMode) {
42+ implementation ' com.epam.reportportal:commons-dao'
4243 implementation ' com.epam.reportportal:plugin-api'
4344 annotationProcessor ' com.epam.reportportal:plugin-api'
44-
4545 } else {
46- implementation ' com.epam.reportportal:plugin-api'
47- annotationProcessor ' com.epam.reportportal:plugin-api'
46+ implementation ' com.github.reportportal:commons-dao:acf1ec7'
47+ implementation ' com.github.reportportal:plugin-api:188792e'
48+ annotationProcessor ' com.github.reportportal:plugin-api:188792e'
4849 }
50+ implementation ' org.hibernate:hibernate-core:5.6.15.Final'
4951
5052 compile ' com.rallydev.rest:rally-rest-api:2.2.1'
5153 compile ' net.oauth.core:oauth:20090617'
Original file line number Diff line number Diff line change 1- version =5.11.1
1+ version =5.12.0
22description =EPAM Report portal. Rally Integration Plugin
You can’t perform that action at this time.
0 commit comments