Updated Readme, Updated to the latest spark web REST Framework. Added

handling for spark initialization errors.
This commit is contained in:
Admin
2017-11-16 16:23:33 -06:00
parent fa00b7106a
commit 5eca809c4a
3 changed files with 18 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
<groupId>com.bwssystems.HABridge</groupId>
<artifactId>ha-bridge</artifactId>
<version>5.0.0rc4</version>
<version>5.0.0rc5</version>
<packaging>jar</packaging>
<name>HA Bridge</name>
@@ -63,7 +63,7 @@
<dependency>
<groupId>com.sparkjava</groupId>
<artifactId>spark-core</artifactId>
<version>2.3</version>
<version>2.7.1</version>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>