Remove extra SEARCH response, use upnp original for udp send change

This commit is contained in:
BWS Systems
2019-07-01 15:47:23 -05:00
parent 369e5a25e6
commit aed8ffa8d3
2 changed files with 134 additions and 70 deletions

View File

@@ -5,7 +5,7 @@
<groupId>com.bwssystems.HABridge</groupId>
<artifactId>ha-bridge</artifactId>
<version>5.3.0RC8</version>
<version>5.3.0RC9</version>
<packaging>jar</packaging>
<name>HA Bridge</name>
@@ -134,6 +134,11 @@
<artifactId>commons-lang3</artifactId>
<version>3.5</version>
</dependency>
<dependency>
<groupId>org.jmdns</groupId>
<artifactId>jmdns</artifactId>
<version>3.5.5</version>
</dependency>
</dependencies>
<build>