Skip to content

Instantly share code, notes, and snippets.

@awoods
Created August 15, 2013 16:28
Show Gist options
  • Save awoods/6242264 to your computer and use it in GitHub Desktop.
Save awoods/6242264 to your computer and use it in GitHub Desktop.
Add to fcrepo-webapp/pom.xml
<dependency>
<groupId>org.sonatype.oss</groupId>
<artifactId>fcrepo-filesystem-modeshape-federation-connector</artifactId>
<version>7</version>
<exclusions>
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
<exclusion>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
</exclusion>
</exclusions>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment