Fixed enable rooms for Alexa. Removed huemulator redirect for Spark.

Added Link management as links are now stored with IP.
This commit is contained in:
Admin
2017-12-12 15:21:45 -06:00
parent 4c86e42776
commit 4ecbad6558
9 changed files with 165 additions and 37 deletions

View File

@@ -5,7 +5,7 @@
<groupId>com.bwssystems.HABridge</groupId>
<artifactId>ha-bridge</artifactId>
<version>5.0.0a</version>
<version>5.1.0</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>