Yuta HIGUCHI

for got to ammend to prev

Change-Id: Ie4bb5b5f53fcf0036f0d48bab3cdcd88ced24fc4
...@@ -36,6 +36,13 @@ ...@@ -36,6 +36,13 @@
36 <groupId>org.apache.commons</groupId> 36 <groupId>org.apache.commons</groupId>
37 <artifactId>commons-lang3</artifactId> 37 <artifactId>commons-lang3</artifactId>
38 </dependency> 38 </dependency>
39 +
40 + <dependency>
41 + <groupId>org.onlab.onos</groupId>
42 + <artifactId>onos-api</artifactId>
43 + <classifier>tests</classifier>
44 + <scope>test</scope>
45 + </dependency>
39 </dependencies> 46 </dependencies>
40 47
41 </project> 48 </project>
......