NOJIRA attempting to force https on the buildbot builds
diff --git a/pom.xml b/pom.xml
index 682d778..dac5881 100644
--- a/pom.xml
+++ b/pom.xml
@@ -853,6 +853,13 @@
 			<url>https://repo1.maven.org/maven2</url>
 			<layout>default</layout>
 		</repository>
+                
+                <repository>
+			<id>central1</id>
+			<name>Maven Central Repository</name>
+			<url>https://repo.maven.org/maven2</url>
+			<layout>default</layout>
+		</repository>
 		<repository>
 			<id>jboss3</id>
 			<name>JBoss 3rd Party</name>