Skip to content

Commit 000f421

Browse files
committed
Add Logback as a test dependency in the pom.
Signed-off-by: Chris Larsen <[email protected]>
1 parent c9202e2 commit 000f421

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml.in

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,19 @@
321321
<version>@POWERMOCK_MOCKITO_VERSION@</version>
322322
<scope>test</scope>
323323
</dependency>
324+
325+
<dependency>
326+
<groupId>ch.qos.logback</groupId>
327+
<artifactId>logback-core</artifactId>
328+
<version>1.2.1</version>
329+
<scope>test</scope>
330+
</dependency>
331+
<dependency>
332+
<groupId>ch.qos.logback</groupId>
333+
<artifactId>logback-classic</artifactId>
334+
<version>1.2.1</version>
335+
<scope>test</scope>
336+
</dependency>
324337

325338
</dependencies>
326339

0 commit comments

Comments
 (0)