Skip to content

Commit

Permalink
ARQGRA-429: fixed compilation issue by cglib dependency exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Fryc committed Mar 17, 2014
1 parent 6fe7015 commit dfaf807
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions impl/pom.xml
Expand Up @@ -23,6 +23,14 @@
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<scope>provided</scope>
<!-- excluding cglib, since we want to avoid conflict with bundled one
and this dependency is only for compilation -->
<exclusions>
<exclusion>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
Expand Down

0 comments on commit dfaf807

Please sign in to comment.