From d6c39d4aba4eafc497248914c2f8bbf2bca57f8e Mon Sep 17 00:00:00 2001 From: Sankaranarayanan Viswanathan Date: Tue, 7 Oct 2014 23:14:03 -0400 Subject: [PATCH] Add jcenter repository and mockito dependency to pom.xml --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index 5a24d1b6..9f25ac9b 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,17 @@ https://github.com/Athou/commafeed + + + + false + + jcenter + Bintray's jcenter Repository + http://jcenter.bintray.com + + + commafeed @@ -299,5 +310,11 @@ 4.11 test + + org.mockito + mockito-core + 1.10.0 + test + \ No newline at end of file