Skip to content

Commit

Permalink
Remove obsolete get method
Browse files Browse the repository at this point in the history
The Device Registration API does not define a get operation anymore.
Thus, the corresponding get method has been removed from the
DeviceRegistration interface in the client module.

The Command & Control functionality in the Kerlink Lora provider has
been removed because it erroneously relied on this method.

Signed-off-by: Kai Hudalla <[email protected]>
  • Loading branch information
sophokles73 committed May 26, 2020
1 parent 7cd109b commit e997923
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 1,343 deletions.
13 changes: 0 additions & 13 deletions adapters/lora-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,11 @@
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-client</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit e997923

Please sign in to comment.