Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Remove dependencies on ukf-mda.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Dec 22, 2015
1 parent b25c0c2 commit 9b4b5f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -493,9 +493,6 @@
<fileset dir="${tools.mda}/lib">
<include name="*.jar"/>
</fileset>
<fileset dir="${tools.dir}/ukf-mda">
<include name="*.jar"/>
</fileset>
<fileset dir="${tools.dir}/xalan/lib">
<include name="sdss-xalan-md-*.jar"/>
</fileset>
Expand Down
2 changes: 1 addition & 1 deletion mdx/common-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@
Standard item identifier strategy.
-->
<bean id="identificationStrategy" class="uk.org.ukfederation.mda.UKItemIdentificationStrategy">
<bean id="identificationStrategy" class="net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityItemIdentificationStrategy">
<property name="ignoredRegistrationAuthorities">
<set>
<ref bean="us_incommon_registrar"/>
Expand Down

0 comments on commit 9b4b5f2

Please sign in to comment.