Navigation Menu

Skip to content

Commit

Permalink
added test dependency for fcrepo-object-serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
fasseg committed Jun 12, 2013
1 parent 4c8a65f commit 7b71ae0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions fcrepo-fixity-core/pom.xml
Expand Up @@ -173,6 +173,12 @@
<artifactId>jersey-grizzly2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-object-serialization</artifactId>
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
Expand Up @@ -183,7 +183,7 @@ private ObjectFixityResult checkObjectFixity(final String uri)
result.setUri(uri);

/*
* order is important here , since erros override repaires and both
* order is important here , since errors override repaires and both
* override successes
*/
if (!successes.isEmpty()) {
Expand Down

0 comments on commit 7b71ae0

Please sign in to comment.