We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c434e commit 7f3c751Copy full SHA for 7f3c751
1 file changed
README.md
@@ -40,7 +40,25 @@ public class PetClinicTest {
40
41
## What logging frameworks are supported?
42
43
-We plan to support all major Java logging frameworks. Currently only Log4j and JUnit are supported.
+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
62
63
## License
64
0 commit comments