Cleanup in the core/net/pom.xml file after the "onos-core-hz-net"
project was removed. Reviewed by: Yuta
Showing
1 changed file
with
0 additions
and
17 deletions
... | @@ -42,23 +42,6 @@ | ... | @@ -42,23 +42,6 @@ |
42 | <scope>test</scope> | 42 | <scope>test</scope> |
43 | </dependency> | 43 | </dependency> |
44 | 44 | ||
45 | - <!-- TODO Consider removing store dependency. | ||
46 | - Currently required for DistributedDeviceManagerTest. --> | ||
47 | - <dependency> | ||
48 | - <groupId>org.onlab.onos</groupId> | ||
49 | - <artifactId>onos-core-hz-net</artifactId> | ||
50 | - <version>${project.version}</version> | ||
51 | - <scope>test</scope> | ||
52 | - </dependency> | ||
53 | - <dependency> | ||
54 | - <groupId>org.onlab.onos</groupId> | ||
55 | - <!-- FIXME: should be somewhere else --> | ||
56 | - <artifactId>onos-core-hz-common</artifactId> | ||
57 | - <version>${project.version}</version> | ||
58 | - <classifier>tests</classifier> | ||
59 | - <scope>test</scope> | ||
60 | - </dependency> | ||
61 | - | ||
62 | <dependency> | 45 | <dependency> |
63 | <groupId>org.apache.felix</groupId> | 46 | <groupId>org.apache.felix</groupId> |
64 | <artifactId>org.apache.felix.scr.annotations</artifactId> | 47 | <artifactId>org.apache.felix.scr.annotations</artifactId> | ... | ... |
-
Please register or login to post a comment