Fixing build
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/be30f54d Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/be30f54d Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/be30f54d Branch: refs/heads/3.0.x-fixes Commit: be30f54dc0cbc435cdeaf33f8373062324df55a9 Parents: 370cfbd Author: Colm O hEigeartaigh <[email protected]> Authored: Fri May 29 12:37:47 2015 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Fri May 29 13:46:31 2015 +0100 ---------------------------------------------------------------------- systests/rs-security/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/be30f54d/systests/rs-security/pom.xml ---------------------------------------------------------------------- diff --git a/systests/rs-security/pom.xml b/systests/rs-security/pom.xml index 2be934e..2b83e83 100644 --- a/systests/rs-security/pom.xml +++ b/systests/rs-security/pom.xml @@ -141,6 +141,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>cglib</groupId> + <artifactId>cglib-nodep</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-j2ee-management_1.1_spec</artifactId> <scope>test</scope>
