Skip to content

Commit

Permalink
Update minter package
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Nov 19, 2014
1 parent 5a21700 commit 537d97c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -16,7 +16,7 @@
<bean class="org.fcrepo.http.commons.session.SessionFactory"/>

<!-- Mints PIDs-->
<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
Expand Up @@ -16,7 +16,7 @@
<bean class="org.fcrepo.http.commons.session.SessionFactory"/>

<!-- Mints PIDs-->
<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 537d97c

Please sign in to comment.