Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 7d1a879f8 -> e9100af2a
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/a2bc7309 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/a2bc7309 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/a2bc7309 Branch: refs/heads/3.1.x-fixes Commit: a2bc730965416d0c673584d1c68112e828386eb9 Parents: 7d1a879 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 12:11:22 2016 +0000 ---------------------------------------------------------------------- integration/cdi/pom.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/a2bc7309/integration/cdi/pom.xml ---------------------------------------------------------------------- diff --git a/integration/cdi/pom.xml b/integration/cdi/pom.xml index 9542fd8..31966c4 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>
