Skip to content

Commit 5db240f

Browse files
lindzhzhouxinyu
authored andcommitted
Add slf4j-api pom for nameserver and broker (alibaba#257)
1 parent 06d6307 commit 5db240f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

broker/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@
6868
<groupId>org.javassist</groupId>
6969
<artifactId>javassist</artifactId>
7070
</dependency>
71+
<dependency>
72+
<groupId>org.slf4j</groupId>
73+
<artifactId>slf4j-api</artifactId>
74+
</dependency>
7175
</dependencies>
7276

7377
<build>

namesrv/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,9 @@
4848
<groupId>ch.qos.logback</groupId>
4949
<artifactId>logback-core</artifactId>
5050
</dependency>
51+
<dependency>
52+
<groupId>org.slf4j</groupId>
53+
<artifactId>slf4j-api</artifactId>
54+
</dependency>
5155
</dependencies>
5256
</project>

0 commit comments

Comments
 (0)