Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Oct 14, 2013
1 parent 8563b35 commit 5604cc2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Expand Up @@ -44,13 +44,12 @@ In fcrepo4/fcrepo-webapp/pom.xml add
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-fedora3-federation-connector</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>com.hp.hpl.jena</groupId>
<artifactId>jena</artifactId>
</exclusion>
</exclusions>
</dependency>
<exclusions>
<exclusion>
<groupId>com.hp.hpl.jena</groupId>
<artifactId>jena</artifactId>
</exclusion>
</exclusions>
</dependency>

In the json file referenced in fcrepo4/fcrepo-webapp/src/main/resources/spring/repo.xml,
Expand Down

0 comments on commit 5604cc2

Please sign in to comment.