Skip to content

Commit 9f691c5

Browse files
committed
Fix dependency inconsistency
1 parent 99a4314 commit 9f691c5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

morphia/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
<groupId>org.mongodb.morphia</groupId>
4141
<artifactId>morphia-logging-slf4j</artifactId>
4242
<version>${morphia.version}</version>
43+
<exclusions>
44+
<exclusion>
45+
<groupId>org.slf4j</groupId>
46+
<artifactId>slf4j-api</artifactId>
47+
</exclusion>
48+
</exclusions>
4349
</dependency>
4450

4551
<dependency>

0 commit comments

Comments
 (0)