Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-1376

modeshape-web-jcr-webdav should exclude slf4j-log4j and log4j dependencies

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Minor Minor
    • 3.0.0.Alpha5
    • 2.7.0.Final
    • Web Application
    • 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>
      

            Unassigned Unassigned
            HendyIrawan Hendy Irawan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: