Clean up un-used Xtend dependency and Maven plugin from testutils
[yangtools.git] / common / testutils / pom.xml
index 13647dcf594e900e6db505cdcb263127a3789562..d3b8b961c31e916868607fc2938d2a245b90e804 100644 (file)
       <artifactId>truth</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.eclipse.xtend</groupId>
-      <artifactId>org.eclipse.xtend.lib</artifactId>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
     </dependency>
-  </dependencies>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.xtend</groupId>
-        <artifactId>xtend-maven-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
+  </dependencies>
 
 </project>