Bug 4988: OF statistics & REST client
[groupbasedpolicy.git] / renderers / ofoverlay / src / main / java / org / opendaylight / controller / config / yang / config / ofoverlay_provider / impl / OFOverlayProviderModule.java
old mode 100644 (file)
new mode 100755 (executable)
index 21d26dc..a6cb224
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
+
 package org.opendaylight.controller.config.yang.config.ofoverlay_provider.impl;
 
 
@@ -29,6 +37,8 @@ public class OFOverlayProviderModule extends org.opendaylight.controller.config.
                                      getRpcRegistryDependency(),
                                      getNotificationAdapterDependency(),
                                      getEpRendererAugmentationRegistryDependency(),
+                                     getPolicyValidatorRegistryDependency(),
+                                     getStatisticsManagerDependency(),
                                      getGbpOfoverlayTableOffset().shortValue());
     }