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/17 12:00:20 UTC

[plc4x] branch rel/0.9 updated: Removed an (assumably) unneeded plugin dependency.

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

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


The following commit(s) were added to refs/heads/rel/0.9 by this push:
     new 03c4736  Removed an (assumably) unneeded plugin dependency.
03c4736 is described below

commit 03c473657f55b0fd466ce4f117c15e314700a55a
Author: cdutz <ch...@c-ware.de>
AuthorDate: Fri Sep 17 14:00:07 2021 +0200

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

diff --git a/protocols/opcua/pom.xml b/protocols/opcua/pom.xml
index a175046..1c434cd 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-build-utils-language-base-freemarker</artifactId>
-            <version>0.9.0-SNAPSHOT</version>
-          </dependency>
         </dependencies>
       </plugin>
     </plugins>