-
Bug
-
Resolution: Obsolete
-
Minor
-
2.7.0.Final
-
None
To be fair, this isn't modeshape-web-jcr-webdav's fault but rather aperture.
However as a workaround before this is fixed in aperture upstream, it should exclude log4j and slf4j-log4j.
ModeShape users currently need to do this in order to use modeshape-web-jcr-webdav properly:
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-web-jcr-webdav</artifactId>
<version>${modeshape.version}</version>
<!-- depended by aperture -->
<exclusions>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
</exclusions>
</dependency>
- is blocked by
-
MODE-1588 Decide how to support WebDAV needs
-
- Closed
-