Skip to content

Commit b609d62

Browse files
committed
Update pom.xml
1 parent 8adf9f4 commit b609d62

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

microsphere-interceptor/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,26 @@
5151
<artifactId>cglib</artifactId>
5252
</dependency>
5353

54+
<!-- Third-Party Dependencies -->
55+
<dependency>
56+
<groupId>org.slf4j</groupId>
57+
<artifactId>slf4j-api</artifactId>
58+
<optional>true</optional>
59+
</dependency>
60+
5461
<!-- Testing -->
5562
<dependency>
5663
<groupId>junit</groupId>
5764
<artifactId>junit</artifactId>
5865
<scope>test</scope>
5966
</dependency>
6067

68+
<dependency>
69+
<groupId>ch.qos.logback</groupId>
70+
<artifactId>logback-classic</artifactId>
71+
<scope>test</scope>
72+
</dependency>
73+
6174
</dependencies>
6275

6376
</project>

0 commit comments

Comments
 (0)