Clean up unused subprojects and configurations
[alto.git] / alto-basic / simple-ecs / impl / pom.xml
index 5ce2f3aaf8fa327d5ad742ea9e59da9ad203215b..026813ea78faf4f37635849f4199f7b4de73e39b 100644 (file)
@@ -37,13 +37,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependency>
       <groupId>org.opendaylight.alto.core</groupId>
-      <artifactId>alto-service-model-networkmap-api</artifactId>
+      <artifactId>alto-service-model-networkmap</artifactId>
       <version>${project.version}</version>
     </dependency>
 
     <dependency>
       <groupId>org.opendaylight.alto.core</groupId>
-      <artifactId>alto-service-model-endpointcost-api</artifactId>
+      <artifactId>alto-service-model-endpointcost</artifactId>
       <version>${project.version}</version>
     </dependency>
 
@@ -90,6 +90,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>model-flow-statistics</artifactId>
       <version>0.5.0-SNAPSHOT</version>
     </dependency>
+
+    <dependency>
+      <groupId>org.opendaylight.openflowplugin.model</groupId>
+      <artifactId>model-flow-base</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 
 </project>