Clean up un-used Xtend dependency and Maven plugin from testutils 97/48397/3
authorMichael Vorburger <vorburger@redhat.com>
Wed, 16 Nov 2016 11:53:37 +0000 (12:53 +0100)
committerRobert Varga <nite@hq.sk>
Tue, 6 Dec 2016 09:32:34 +0000 (09:32 +0000)
I just noticed this dependency while using the MoreAnswers in writing a
test, and realized I probably originally intended to throw in some Xtend
here too ;) but ended up not, so it's cleaner to remove this now.

Change-Id: I5b8abeba61c00c89a7a7b55161191e750ebcaec2
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
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>