Skip to content

Commit

Permalink
exclude commons logging
Browse files Browse the repository at this point in the history
  • Loading branch information
David J. M. Karlsen committed Aug 4, 2023
1 parent 2ee53ff commit 74ac21a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions embedded-neo4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@
<artifactId>neo4j-ogm-http-driver</artifactId>
<version>${neo4j-ogm.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>

0 comments on commit 74ac21a

Please sign in to comment.