Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
reportportal.io committed Apr 3, 2024
1 parent 0d2eebd commit 825d54d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ In your project, create or update a file named logback.xml in the src/main/resou
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-junit</artifactId>
<version>5.2.1</version>
<version>5.2.2</version>
</dependency>
<dependency>
<groupId>com.epam.reportportal</groupId>
Expand Down Expand Up @@ -195,7 +195,7 @@ In your project, create or update a file named logback.xml in the src/main/resou
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-junit</artifactId>
<version>5.2.1</version>
<version>5.2.2</version>
</dependency>
<dependency>
<groupId>com.epam.reportportal</groupId>
Expand Down Expand Up @@ -277,7 +277,7 @@ repositories {
dependencies {
compile 'com.epam.reportportal:logger-java-log4j:5.2.2'
compile 'com.epam.reportportal:agent-java-junit:5.2.1'
compile 'com.epam.reportportal:agent-java-junit:5.2.2'
}
test {
Expand Down Expand Up @@ -400,7 +400,7 @@ We’ll assume that Report Portal is installed and running on <http://localhost:
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-junit</artifactId>
<version>5.2.1</version>
<version>5.2.2</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -679,7 +679,7 @@ in this case - add a `maven dependency plugin` dependency explicitly, like this:
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-junit</artifactId>
<version>5.2.1</version>
<version>5.2.2</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -815,7 +815,7 @@ repositories {
dependencies {
compile 'com.epam.reportportal:logger-java-log4j:5.2.2'
compile 'com.epam.reportportal:agent-java-junit:5.2.1'
compile 'com.epam.reportportal:agent-java-junit:5.2.2'
compile 'org.apache.logging.log4j:log4j-api:2.17.2'
compile 'org.apache.logging.log4j:log4j-core:2.17.2'
}
Expand Down

0 comments on commit 825d54d

Please sign in to comment.