Skip to content

Commit 74ac21a

Browse files
author
David J. M. Karlsen
committed
exclude commons logging
1 parent 2ee53ff commit 74ac21a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

embedded-neo4j/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@
5757
<artifactId>neo4j-ogm-http-driver</artifactId>
5858
<version>${neo4j-ogm.version}</version>
5959
<scope>provided</scope>
60+
<exclusions>
61+
<exclusion>
62+
<groupId>commons-logging</groupId>
63+
<artifactId>commons-logging</artifactId>
64+
</exclusion>
65+
</exclusions>
6066
</dependency>
6167
</dependencies>
6268
</project>

0 commit comments

Comments
 (0)