Skip to content

Commit

Permalink
Fix README_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Jan 12, 2024
1 parent dc64ae0 commit f2d9c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add this section into `<dependecies>` section:

<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>logger-java-log4j</artifactId>
<artifactId>logger-java-logback</artifactId>
<version>$LATEST_VERSION</version>
<scope>test</scope>
</dependency>
Expand All @@ -34,7 +34,7 @@ Add this section into `<dependecies>` section:
Add this line into `dependecies` block:

```groovy
testImplementation 'com.epam.reportportal:logger-java-log4j:$LATEST_VERSION'
testImplementation 'com.epam.reportportal:logger-java-logback:$LATEST_VERSION'
```

## Configuration
Expand Down

0 comments on commit f2d9c33

Please sign in to comment.