Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalijr2 committed Nov 12, 2024
1 parent 1e314af commit e836441
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@ Different logging services can be tested using mock loggers backed by [Mockito][

## How to use

Just put a test dependency to your POM:
```xml
<dependency>
<artifactId>mock-loggers</artifactId>
<groupId>io.github.vitalijr2.logging</groupId>
<scope>test</scope>
<version>1.2.0</version>
</dependency>
```

The most basic usage example looks like this:
```java
@Test
Expand Down

0 comments on commit e836441

Please sign in to comment.