Remove unneeded service declaration
[aaa.git] / aaa-password-service / impl / src / main / java / org / opendaylight / aaa / impl / password / service / OSGiPasswordHashService.java
index 238b4f6bdaf127dc25d70b88a27ed97ecdfa2b8c..cef8126bfbece40354df85ee458b8e357baef7c8 100644 (file)
@@ -15,7 +15,7 @@ import org.osgi.service.component.annotations.Reference;
 import org.osgi.service.component.annotations.ReferenceCardinality;
 import org.osgi.service.component.annotations.ReferencePolicy;
 
-@Component(immediate = true, service = PasswordHashService.class, property = "type=default")
+@Component(immediate = true, property = "type=default")
 public final class OSGiPasswordHashService implements PasswordHashService {
     private volatile DefaultPasswordHashService delegate = null;