Merge "Support proper route redistribution"
[bgpcep.git] / concepts / pom.xml
index 10b1ead93edeea32d0dca4102e17750bf325f68d..c65dcf83bdaec6a4189d0f027cf6b3930ced505a 100644 (file)
@@ -19,9 +19,9 @@
     </scm>
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
-        <artifactId>commons.parent</artifactId>
+        <artifactId>bgpcep-parent</artifactId>
         <version>0.4.0-SNAPSHOT</version>
-        <relativePath>../commons/parent</relativePath>
+        <relativePath>../parent</relativePath>
     </parent>
     <prerequisites>
         <maven>3.0.4</maven>
             <artifactId>ietf-topology</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+         <groupId>org.hamcrest</groupId>
+         <artifactId>hamcrest-core</artifactId>
+        </dependency>
     </dependencies>
 
     <build>