Cleanup in the core/net/pom.xml file after the "onos-core-hz-net"
project was removed.
Reviewed by: Yuta
diff --git a/core/net/pom.xml b/core/net/pom.xml
index 6518068..8da8894 100644
--- a/core/net/pom.xml
+++ b/core/net/pom.xml
@@ -42,23 +42,6 @@
<scope>test</scope>
</dependency>
- <!-- TODO Consider removing store dependency.
- Currently required for DistributedDeviceManagerTest. -->
- <dependency>
- <groupId>org.onlab.onos</groupId>
- <artifactId>onos-core-hz-net</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.onlab.onos</groupId>
- <!-- FIXME: should be somewhere else -->
- <artifactId>onos-core-hz-common</artifactId>
- <version>${project.version}</version>
- <classifier>tests</classifier>
- <scope>test</scope>
- </dependency>
-
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>