diff options
Diffstat (limited to 'redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/spring-context.xml')
-rwxr-xr-x | redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/spring-context.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/spring-context.xml b/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/spring-context.xml index 62e3d199b..aa9e46143 100755 --- a/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/spring-context.xml +++ b/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/spring-context.xml @@ -122,13 +122,13 @@ </bean> <!-- <component> - <role>org.codehaus.plexus.redback.keys.KeyManager</role> + <role>org.apache.archiva.redback.keys.KeyManager</role> <role-hint>cached</role-hint> <implementation>org.codehaus.plexus.redback.keys.cached.CachedKeyManager</implementation> <description>CachedKeyManager</description> <requirements> <requirement> - <role>org.codehaus.plexus.redback.keys.KeyManager</role> + <role>org.apache.archiva.redback.keys.KeyManager</role> <role-hint>memory</role-hint> <field-name>keyImpl</field-name> </requirement> |