Add central repository

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1470275 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/runtime/core-it/src/it/ipojo-core-handler-test/src/test/java/org/apache/felix/ipojo/runtime/core/Common.java b/ipojo/runtime/core-it/src/it/ipojo-core-handler-test/src/test/java/org/apache/felix/ipojo/runtime/core/Common.java
index 01b3855..b00f185 100644
--- a/ipojo/runtime/core-it/src/it/ipojo-core-handler-test/src/test/java/org/apache/felix/ipojo/runtime/core/Common.java
+++ b/ipojo/runtime/core-it/src/it/ipojo-core-handler-test/src/test/java/org/apache/felix/ipojo/runtime/core/Common.java
@@ -88,6 +88,8 @@
     public static Option junitAndMockitoBundles() {
         return new DefaultCompositeOption(
                 // Repository required to load harmcrest (OSGi-fied version).
+                repository("http://repo1.maven.org/maven2").id(
+                        "central"),
                 repository("http://repository.springsource.com/maven/bundles/external").id(
                         "com.springsource.repository.bundles.external"),