From a57a2ed851b818456421f3ce082dc6813da6b736 Mon Sep 17 00:00:00 2001
From: Thomas Lenz <thomas.lenz@egiz.gv.at>
Date: Thu, 20 Feb 2020 09:43:03 +0100
Subject: add two jUnit test and CodeStyle modifications

---
 eaaf_core_utils/src/main/resources/spring/eaaf_utils.beans.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'eaaf_core_utils/src/main/resources')

diff --git a/eaaf_core_utils/src/main/resources/spring/eaaf_utils.beans.xml b/eaaf_core_utils/src/main/resources/spring/eaaf_utils.beans.xml
index 7568f423..ab631e34 100644
--- a/eaaf_core_utils/src/main/resources/spring/eaaf_utils.beans.xml
+++ b/eaaf_core_utils/src/main/resources/spring/eaaf_utils.beans.xml
@@ -10,11 +10,13 @@
     http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd
     http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd" >
         
+  <bean id="eaafHttpClientFactory"
+        class="at.gv.egiz.eaaf.core.impl.utils.HttpClientFactory" />        
+        
   <bean id="eaafKeyStoreFactory"
         class="at.gv.egiz.eaaf.core.impl.credential.EaafKeyStoreFactory" />
 
   <bean id="eaafUtilsMessageSource"
         class="at.gv.egiz.eaaf.core.impl.logging.EaafUtilsMessageSource" />
-
  
 </beans>
\ No newline at end of file
-- 
cgit v1.2.3