From 94187eacb4f8b5ce6e90a0e29b00b0833643d8be Mon Sep 17 00:00:00 2001 From: baronfivetwo Date: Mon, 22 Jun 2020 15:49:57 -0400 Subject: [PATCH] Updated pom.xml to use https MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Order Fulfillment Project Installation: Upon extracting and importing the downloaded https://github.com/ravindraved/pluralsight_apache_camel (Step 2) I got errors on the POM. I was able to fix it based on information here:https://stackoverflow.com/questions/59763531/maven-dependencies-are-failing-with-a-501-error  (fixed POM attached). --- pom.xml | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 20d5956..0772cd0 100644 --- a/pom.xml +++ b/pom.xml @@ -5,11 +5,16 @@ 4.0.0 - - central - http://central.maven.org/maven2/ - - + + central + Central Repository + https://repo.maven.apache.org/maven2 + default + + false + + + com.pluralsight.camel order-fulfillment-processor @@ -398,4 +403,18 @@ ofp - \ No newline at end of file + + + central + Central Repository + https://repo.maven.apache.org/maven2 + default + + false + + + never + + + +