Cleaned up dependencies.
[bgpcep.git] / bgp / linkstate / pom.xml
index d5341992d696a2c809aebfca74566a2de3620f6f..8ee7ce7ebc5d99e3531be8d065a2ed9f0029ab11 100644 (file)
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-common</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>concepts</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools.model</groupId>
             <artifactId>ietf-inet-types</artifactId>
          <dependency>
              <groupId>org.opendaylight.controller</groupId>
              <artifactId>config-manager</artifactId>
+             <scope>test</scope>
          </dependency>
          <dependency>
              <groupId>org.opendaylight.controller</groupId>
             <scope>test</scope>
             <type>test-jar</type>
         </dependency>
+        <dependency>
+            <groupId>org.hamcrest</groupId>
+            <artifactId>hamcrest-core</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>