Skip to content

Commit 92bc114

Browse files
committed
fix: fix dependancy on publisher-subscriber design pattern (iluwatar#2898)
1 parent 7fdc594 commit 92bc114

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

publish-subscribe/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818
<scope>test</scope>
1919
</dependency>
2020
<dependency>
21-
<groupId>org.junit.jupiter</groupId>
22-
<artifactId>junit-jupiter-api</artifactId>
23-
<scope>test</scope>
21+
<groupId>ch.qos.logback</groupId>
22+
<artifactId>logback-classic</artifactId>
2423
</dependency>
2524
</dependencies>
2625

0 commit comments

Comments
 (0)