diff --git a/build.gradle b/build.gradle index 59de177d..d2e7ddcd 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ repositories { } dependencies { - api ('com.github.reportportal:commons-reporting:5c74bb2') { + api ('com.github.reportportal:commons-reporting:24941f3') { exclude module: 'jackson-databind' } api 'com.fasterxml.jackson.core:jackson-databind:2.12.7.1' // Access is needed by HTTP loggers to format JSON diff --git a/src/main/java/com/epam/reportportal/service/LaunchImpl.java b/src/main/java/com/epam/reportportal/service/LaunchImpl.java index a93720f9..4687142b 100644 --- a/src/main/java/com/epam/reportportal/service/LaunchImpl.java +++ b/src/main/java/com/epam/reportportal/service/LaunchImpl.java @@ -15,6 +15,7 @@ */ package com.epam.reportportal.service; +import com.epam.reportportal.exception.ErrorType; import com.epam.reportportal.exception.InternalReportPortalClientException; import com.epam.reportportal.exception.ReportPortalException; import com.epam.reportportal.listeners.ItemStatus;