Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Mar 13, 2024
1 parent a70748f commit 295cb8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ repositories {
dependencies {
annotationProcessor "org.apache.logging.log4j:log4j-core:${log4j_version}"
compileOnly "org.apache.logging.log4j:log4j-core:${log4j_version}"
compileOnly 'com.epam.reportportal:client-java:5.2.5'
compileOnly "com.epam.reportportal:client-java:${client_version}"

testImplementation "org.apache.logging.log4j:log4j-core:${log4j_version}"
testImplementation "com.epam.reportportal:client-java:${client_version}"
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
testImplementation('org.awaitility:awaitility:4.0.2') {
exclude group: 'org.hamcrest'
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version=5.2.2-SNAPSHOT
description=EPAM Report portal. Log4j Integration
scripts_url=https://raw.githubusercontent.com/reportportal/gradle-scripts
scripts_branch=master
client_version=5.2.5
junit_version=5.6.3
junit_runner_version=1.6.3
mockito_version=3.3.3
Expand Down

0 comments on commit 295cb8c

Please sign in to comment.