From 5618e8c525ca9e559663f52cbcd1ae05d6933e27 Mon Sep 17 00:00:00 2001
From: Joerg Bolay <joerg.bolay@dataport.de>
Date: Wed, 12 Jun 2024 16:02:07 +0200
Subject: [PATCH] KOP-2329 settings.xml proxy korigiert

---
 .m2/settings.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.m2/settings.xml b/.m2/settings.xml
index abba136..0a02e4e 100644
--- a/.m2/settings.xml
+++ b/.m2/settings.xml
@@ -37,7 +37,7 @@
     <proxies>
         <proxy>
             <id>dataport-proxy</id>
-            <active>true</active>
+            <active>false</active>
             <protocol>http</protocol>
             <host>10.65.108.2</host>
             <port>${env.DATAPORT_PROXY_PORT}</port>
@@ -45,7 +45,7 @@
         </proxy>
         <proxy>
             <id>dataport-gitlab-proxy</id>
-            <active>false</active>
+            <active>true</active>
             <protocol>http</protocol>
             <host>${env.DATAPORT_PROXY}</host>
             <port>${env.DATAPORT_PROXY_PORT}</port>
-- 
GitLab