Maven canary fix

Change-Id: Iff441e13952116eb5ab97722634dad94c4c7c9a7
This commit is contained in:
Yuta HIGUCHI 2017-08-28 13:13:26 -07:00
parent f34dda78b2
commit 9901073b8f

View File

@ -73,6 +73,14 @@
<groupId>org.apache.karaf.shell</groupId>
<artifactId>org.apache.karaf.shell.console</artifactId>
</dependency>
<dependency>
<groupId>org.onosproject</groupId>
<artifactId>onos-drivers-default</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>