Adding Maven tests for apps/restconf/api

Change-Id: Ief1d9a41b2eb8d7d6478a94461244241dda4b9b4
This commit is contained in:
Sean Condon 2018-01-29 22:46:39 +00:00
parent b4f1cf099d
commit e34b6a2edc

View File

@ -47,6 +47,11 @@
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet</artifactId>
</dependency>
<dependency>
<groupId>org.onosproject</groupId>
<artifactId>onlab-junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>