BUG-1736: remove wrong artifact reference
[bgpcep.git] / topology / pom.xml
index 5d4f8c1456e1e201ac3dd69c6fe14fdf4d02dab6..800d4de944efc677c8d8cddd87009def0388699e 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>commons.parent</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
+        <version>0.3.1-SNAPSHOT</version>
         <relativePath>../commons/parent</relativePath>
     </parent>
 
@@ -35,7 +35,6 @@
 
     <modules>
         <module>api</module>
-        <module>api-config</module>
         <module>segment-routing</module>
         <module>tunnel-api</module>
     </modules>
                 <artifactId>topology-api</artifactId>
                 <version>${project.version}</version>
             </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>topology-api-config</artifactId>
-                <version>${project.version}</version>
-            </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>topology-segment-routing</artifactId>