From: Michael Vorburger Date: Mon, 25 Jul 2016 23:26:14 +0000 (+0200) Subject: equalsHelper (MoreObjects2) X-Git-Tag: release/carbon~336 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=ef8670959d838c741b7a3cafb15bf5f39450bf58;p=yangtools.git equalsHelper (MoreObjects2) Moving this class "downwards" from mdsalutil, because this really is a generic utility helper class, which probably best fits into yangtools.utils. Change-Id: I0d8c6dd44790a85f7efccd6f83d42e6bd7e084bb Signed-off-by: Michael Vorburger --- diff --git a/common/util/pom.xml b/common/util/pom.xml index f3e71bb582..538c31b1a0 100644 --- a/common/util/pom.xml +++ b/common/util/pom.xml @@ -65,6 +65,11 @@ mockito-configuration test + + com.google.guava + guava-testlib + test +