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 1f4cea4 commit bbbe813Copy full SHA for bbbe813
pom.xml
@@ -85,6 +85,18 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
85
<artifactId>lombok</artifactId>
86
<version>1.18.20</version>
87
</dependency>
88
+ <dependency>
89
+ <groupId>org.slf4j</groupId>
90
+ <artifactId>slf4j-log4j12</artifactId>
91
+ <version>2.0.0-alpha5</version>
92
+ <scope>test</scope>
93
+ </dependency>
94
95
+ <groupId>log4j</groupId>
96
+ <artifactId>log4j</artifactId>
97
+ <version>1.2.17</version>
98
99
100
<dependency>
101
<groupId>javax.validation</groupId>
102
<artifactId>validation-api</artifactId>
0 commit comments