From 79e65073366934c6066c66336a23e4a3ac21fcd0 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Wed, 16 Nov 2016 12:53:37 +0100 Subject: [PATCH] Clean up un-used Xtend dependency and Maven plugin from testutils 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 --- common/testutils/pom.xml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/common/testutils/pom.xml b/common/testutils/pom.xml index 13647dcf59..d3b8b961c3 100644 --- a/common/testutils/pom.xml +++ b/common/testutils/pom.xml @@ -59,18 +59,10 @@ truth - org.eclipse.xtend - org.eclipse.xtend.lib + com.google.guava + guava - - - - - org.eclipse.xtend - xtend-maven-plugin - - - + -- 2.36.6