We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8adf9f4 commit b609d62Copy full SHA for b609d62
1 file changed
microsphere-interceptor/pom.xml
@@ -51,13 +51,26 @@
51
<artifactId>cglib</artifactId>
52
</dependency>
53
54
+ <!-- Third-Party Dependencies -->
55
+ <dependency>
56
+ <groupId>org.slf4j</groupId>
57
+ <artifactId>slf4j-api</artifactId>
58
+ <optional>true</optional>
59
+ </dependency>
60
+
61
<!-- Testing -->
62
<dependency>
63
<groupId>junit</groupId>
64
<artifactId>junit</artifactId>
65
<scope>test</scope>
66
67
68
69
+ <groupId>ch.qos.logback</groupId>
70
+ <artifactId>logback-classic</artifactId>
71
+ <scope>test</scope>
72
73
74
</dependencies>
75
76
</project>
0 commit comments