Merge pull request #23 from JLLeitschuh/fix/JLL/use_https_to_resolve_dependencies

[SECURITY] Use HTTPS to resolve dependencies in Maven Build
diff --git a/log4j-catalog/log4j-catalog-jpa/pom.xml b/log4j-catalog/log4j-catalog-jpa/pom.xml
index 4574fe3..e3032cc 100644
--- a/log4j-catalog/log4j-catalog-jpa/pom.xml
+++ b/log4j-catalog/log4j-catalog-jpa/pom.xml
@@ -247,14 +247,14 @@
       <repositories>
         <repository>
           <id>com.ethlo.eclipselink.tools</id>
-          <url>http://ethlo.com/maven</url>
+          <url>https://ethlo.com/maven</url>
         </repository>
       </repositories>
 
       <pluginRepositories>
         <pluginRepository>
           <id>com.ethlo.eclipselink.tools</id>
-          <url>http://ethlo.com/maven</url>
+          <url>https://ethlo.com/maven</url>
         </pluginRepository>
       </pluginRepositories>