You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2021/03/08 17:57:49 UTC

[plc4x] branch develop updated: - Removed unneeded import.

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 70041b7  - Removed unneeded import.
70041b7 is described below

commit 70041b7027898ef14e6f1b1a12af066cfd19eaff
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Mar 8 18:57:41 2021 +0100

    - Removed unneeded import.
---
 plc4j/examples/hello-world-plc4x-subscription/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/plc4j/examples/hello-world-plc4x-subscription/pom.xml b/plc4j/examples/hello-world-plc4x-subscription/pom.xml
index e27bb6f..859a49a 100644
--- a/plc4j/examples/hello-world-plc4x-subscription/pom.xml
+++ b/plc4j/examples/hello-world-plc4x-subscription/pom.xml
@@ -49,11 +49,6 @@
     </dependency>
 
     <dependency>
-      <groupId>com.google.code.gson</groupId>
-      <artifactId>gson</artifactId>
-    </dependency>
-
-    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>