From d9453f5ee860f2a68e5fb30658e713f5147c9f74 Mon Sep 17 00:00:00 2001
From: Scott Leberknight <174812+sleberknight@users.noreply.github.com>
Date: Mon, 7 Nov 2022 21:50:22 -0500
Subject: [PATCH] Remove exclusion from assertj-guava in the POM
assertj-guava now depends on the most recent assertj-core version so
the exclusion is no longer necessary. If this happens again, we should
probably add assertj-guava to kiwi-parent or kiwi-bom.
---
pom.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index dfc13542..39c5695d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,13 +177,6 @@
org.assertj
assertj-guava
test
-
-
-
- org.assertj
- assertj-core
-
-