Add shutdown hook.
[controller.git] / opendaylight / distribution / opendaylight / pom.xml
index 6fca9db636e71479d986710b921912a68b2850a8..7a4bc4a0312111dd977d573497f1ae7096dba490 100644 (file)
           <version>${config.version}</version>
         </dependency>
 
+        <dependency>
+          <groupId>org.opendaylight.controller</groupId>
+          <artifactId>shutdown-api</artifactId>
+          <version>${config.version}</version>
+        </dependency>
+        <dependency>
+          <groupId>org.opendaylight.controller</groupId>
+          <artifactId>shutdown-impl</artifactId>
+          <version>${config.version}</version>
+        </dependency>
+
        <!-- Netconf -->
         <dependency>
           <groupId>org.opendaylight.controller</groupId>