Skip to content
Snippets Groups Projects
Commit 91b5f35d authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Add commons-logging dependency explicitly for AJC

Previously, the dependency was indirectly included via CouchDB4j.
parent 5aa0968b
1 merge request!68Migration to Ektorp and refactoring of the database layer
......@@ -121,6 +121,12 @@
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>
<!-- While commons-logging is not a required dependency, AJC fails without it. -->
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>provided</scope>
</dependency>
<!-- Spring -->
<dependency>
<groupId>org.springframework</groupId>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment