Skip to content

Commit bbbe813

Browse files
committed
#337 versions
1 parent 1f4cea4 commit bbbe813

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,18 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
8585
<artifactId>lombok</artifactId>
8686
<version>1.18.20</version>
8787
</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+
<dependency>
95+
<groupId>log4j</groupId>
96+
<artifactId>log4j</artifactId>
97+
<version>1.2.17</version>
98+
<scope>test</scope>
99+
</dependency>
88100
<dependency>
89101
<groupId>javax.validation</groupId>
90102
<artifactId>validation-api</artifactId>

0 commit comments

Comments
 (0)