Brian O'Connor

Dropping version from jdvue and fixing parent pom

Also, switching to onlab-junit for jdvue

Change-Id: I71b02438bff02bfe450380c583b007a84235727a
......@@ -8,17 +8,21 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-base</artifactId>
<version>1</version>
<relativePath>../../build/pom.xml</relativePath>
<artifactId>onlab-utils</artifactId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jdvue</artifactId>
<version>1.2.0-SNAPSHOT</version>
<packaging>jar</packaging>
<description>Java Package Dependency &amp; Analyzer</description>
<properties>
<!-- FIXME skipping checkstyle for now -->
<checkstyle.skip>true</checkstyle.skip>
</properties>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
......@@ -37,9 +41,8 @@
<version>2.2.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<groupId>org.onosproject</groupId>
<artifactId>onlab-junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
......