Repository: cxf Updated Branches: refs/heads/master bfcf2803e -> dd12d69e3
Fixing build Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/dd12d69e Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/dd12d69e Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/dd12d69e Branch: refs/heads/master Commit: dd12d69e30439fc6e3c81ad05dcb32c793f0e2ea Parents: bfcf280 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 12:37:47 2015 +0100 ---------------------------------------------------------------------- systests/rs-security/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/dd12d69e/systests/rs-security/pom.xml ---------------------------------------------------------------------- diff --git a/systests/rs-security/pom.xml b/systests/rs-security/pom.xml index c9724ca..9a9989e 100644 --- a/systests/rs-security/pom.xml +++ b/systests/rs-security/pom.xml @@ -136,6 +136,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>
