From 77ec37338105069b20c9fc976de6995cba50da55 Mon Sep 17 00:00:00 2001 From: Admin Date: Tue, 18 Aug 2015 11:16:00 -0500 Subject: [PATCH] Updated pom.xml to include log4j-over-slf4j for http client to work properly and make sure the minimize jar function does not remove it. Also removed call to VeraInfo in the main program as it is not needed. --- pom.xml | 17 +++++++++++++++++ .../java/com/bwssystems/HABridge/HABridge.java | 3 --- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f50e636..1629cc1 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,11 @@ slf4j-simple 1.7.5 + + org.slf4j + log4j-over-slf4j + 1.7.5 + com.google.code.gson gson @@ -79,6 +84,18 @@ *.properties + + org.slf4j:* + + ** + + + + commons-logging:commons-logging + + ** + +