Repository: cxf Updated Branches: refs/heads/master aa0293ec6 -> fa7593374
Fixing faulty dependency Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/fa759337 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/fa759337 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/fa759337 Branch: refs/heads/master Commit: fa7593374d712e414c289b4c34bdc40d59a0028e Parents: aa0293e Author: Colm O hEigeartaigh <[email protected]> Authored: Fri Dec 9 10:48:40 2016 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Fri Dec 9 10:48:40 2016 +0000 ---------------------------------------------------------------------- integration/cdi/pom.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/fa759337/integration/cdi/pom.xml ---------------------------------------------------------------------- diff --git a/integration/cdi/pom.xml b/integration/cdi/pom.xml index 98ce45a..09e4132 100644 --- a/integration/cdi/pom.xml +++ b/integration/cdi/pom.xml @@ -76,10 +76,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </dependency> - <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>2.1.0</version>
