Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update minter package
  • Loading branch information
Andrew Woods committed Nov 19, 2014
1 parent 623c34e commit 460e3df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
*.class
*~

# Mobile Tools for Java (J2ME)
.mtj.tmp/
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/spring-test/rest.xml
Expand Up @@ -9,7 +9,7 @@
<context:component-scan
base-package="org.fcrepo.kernel, org.fcrepo.http, org.fcrepo.serialization, org.fcrepo.indexer, org.fcrepo.transform.http"/>
<bean class="org.fcrepo.http.commons.session.SessionFactory"/>
<bean class="org.fcrepo.kernel.impl.identifiers.UUIDPidMinter"/>
<bean class="org.fcrepo.mint.UUIDPidMinter"/>

<!-- Identifier translation chain -->
<util:list id="translationChain" value-type="org.fcrepo.kernel.identifiers.InternalIdentifierConverter">
Expand Down

0 comments on commit 460e3df

Please sign in to comment.