From dfaf807a267f282b4a969ba8031b9e16746b32b9 Mon Sep 17 00:00:00 2001 From: Lukas Fryc Date: Mon, 17 Mar 2014 17:55:03 +0100 Subject: [PATCH] ARQGRA-429: fixed compilation issue by cglib dependency exclusions --- impl/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/impl/pom.xml b/impl/pom.xml index e48331eff..f73f37931 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -23,6 +23,14 @@ org.seleniumhq.selenium selenium-java provided + + + + cglib + cglib-nodep + + org.seleniumhq.selenium