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/09/18 14:45:04 UTC

[plc4x] branch develop updated: Removed unneeded dependency

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 3f957a3  Removed unneeded dependency
3f957a3 is described below

commit 3f957a37b5680a919c4f4830baf31590cc687b76
Author: cdutz <ch...@c-ware.de>
AuthorDate: Sat Sep 18 16:44:58 2021 +0200

    Removed unneeded dependency
---
 protocols/opcua/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/protocols/opcua/pom.xml b/protocols/opcua/pom.xml
index 86ab69b..dde9f94 100644
--- a/protocols/opcua/pom.xml
+++ b/protocols/opcua/pom.xml
@@ -237,11 +237,6 @@
             <artifactId>Saxon-HE</artifactId>
             <version>10.5</version>
           </dependency>
-          <dependency>
-            <groupId>org.apache.plc4x</groupId>
-            <artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
-            <version>0.10.0-SNAPSHOT</version>
-          </dependency>
         </dependencies>
       </plugin>
     </plugins>