Skip to content

Commit 7f3c751

Browse files
committed
update readme with maven dependency
1 parent 99c434e commit 7f3c751

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,25 @@ public class PetClinicTest {
4040

4141
## What logging frameworks are supported?
4242

43-
We plan to support all major Java logging frameworks. Currently only Log4j and JUnit are supported.
43+
We plan to support all major Java logging frameworks. Currently only Log4j 1 and JUnit 4 are supported.
44+
45+
## Dependency
46+
47+
You need to add this dependency to you `pom.xml`:
48+
49+
```xml
50+
<dependency>
51+
<groupId>com.codeborne.assertlog</groupId>
52+
<artifactId>assertlog-log4j-junit4</artifactId>
53+
<version>0.1</version>
54+
<scope>test</scope>
55+
</dependency>
56+
```
57+
58+
or `build.gradle`:
59+
```groovy
60+
testImplementation('com.codeborne.assertlog:assertlog-log4j-junit4:0.1')
61+
```
4462

4563
## License
4664

0 commit comments

Comments
 (0)