Revert "openHAB JAX-RS publisher (#905)"

This reverts commit ad81f040de.
This commit is contained in:
Kai Kreuzer
2019-07-17 11:55:29 +02:00
parent b3aabd73ab
commit b6aae6907f
36 changed files with 17 additions and 1737 deletions
+2 -2
View File
@@ -91,8 +91,8 @@
<!-- EclipseSource JAX RS -->
<dependency>
<groupId>com.eclipsesource.jaxrs</groupId>
<artifactId>jersey-all</artifactId>
<version>2.22.2</version>
<artifactId>publisher</artifactId>
<version>5.3.1</version>
<scope>compile</scope>
</dependency>
+1 -1
View File
@@ -233,7 +233,7 @@
</dependency>
<dependency>
<groupId>org.openhab.core.bundles</groupId>
<artifactId>org.openhab.core.io.rest.publisher</artifactId>
<artifactId>org.openhab.core.io.rest.optimize</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
+3 -3
View File
@@ -852,11 +852,11 @@
<scope>compile</scope>
</dependency>
<!-- EclipseSource JAX RS -->
<!-- ... -->
<dependency>
<groupId>com.eclipsesource.jaxrs</groupId>
<artifactId>jersey-all</artifactId>
<version>2.22.2</version>
<artifactId>publisher</artifactId>
<version>5.3.1</version>
<scope>compile</scope>
</dependency>