diff --git a/airbase/pom.xml b/airbase/pom.xml
index 72235c8f9..c33fbddbb 100644
--- a/airbase/pom.xml
+++ b/airbase/pom.xml
@@ -419,6 +419,15 @@
org.testng.AssertJUnit.*
+
+ These classes were introduced to overcome type inference issues in Java 8, but the regular org.assertj.core.api.Assertions works just fine and has a richer API
+
+ org.assertj.core.api.AssertionsForClassTypes
+ org.assertj.core.api.AssertionsForClassTypes.*
+ org.assertj.core.api.AssertionsForInterfaceTypes
+ org.assertj.core.api.AssertionsForInterfaceTypes.*
+
+