Refactor NetconfSalKeystoreRpcs
[netconf.git] / keystore / keystore-legacy / pom.xml
index 637f4008fcbf3039da514b627d9203d079b74318..94f2b5a5dfebb262da623123cce5fb0a6832c9d1 100644 (file)
     <description>Legacy NETCONF keystore</description>
 
     <dependencies>
+        <dependency>
+            <groupId>org.opendaylight.aaa</groupId>
+            <artifactId>aaa-encrypt-service</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-api</artifactId>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-common-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-singleton-api</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>concepts</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>org.opendaylight.netconf</groupId>
+            <artifactId>netconf-api</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>