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 400cbf58a4 fix: Resolved a compilation error with the examples after 
switching wot the "plc4j-drivers-all" module.
400cbf58a4 is described below

commit 400cbf58a4559f70e5969ec2e8ed46ae0817f16a
Author: Christofer Dutz <[email protected]>
AuthorDate: Sat Oct 21 23:17:22 2023 +0200

    fix: Resolved a compilation error with the examples after switching wot the 
"plc4j-drivers-all" module.
---
 plc4j/examples/pom.xml                                | 1 +
 plc4j/integrations/apache-calcite/pom.xml             | 1 +
 plc4j/integrations/apache-kafka/pom.xml               | 1 +
 plc4j/integrations/apache-nifi/nifi-plc4x-nar/pom.xml | 3 ++-
 plc4j/integrations/opcua-server/pom.xml               | 1 +
 plc4j/tools/plc4x-server/pom.xml                      | 1 +
 6 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/plc4j/examples/pom.xml b/plc4j/examples/pom.xml
index e7821c525f..0208423c6e 100644
--- a/plc4j/examples/pom.xml
+++ b/plc4j/examples/pom.xml
@@ -133,6 +133,7 @@
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-driver-all</artifactId>
       <version>0.12.0-SNAPSHOT</version>
+      <type>pom</type>
       <scope>runtime</scope>
     </dependency>
   </dependencies>
diff --git a/plc4j/integrations/apache-calcite/pom.xml 
b/plc4j/integrations/apache-calcite/pom.xml
index 45d979bc06..2006268dcf 100644
--- a/plc4j/integrations/apache-calcite/pom.xml
+++ b/plc4j/integrations/apache-calcite/pom.xml
@@ -80,6 +80,7 @@
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-driver-all</artifactId>
       <version>0.12.0-SNAPSHOT</version>
+      <type>pom</type>
       <scope>runtime</scope>
     </dependency>
   </dependencies>
diff --git a/plc4j/integrations/apache-kafka/pom.xml 
b/plc4j/integrations/apache-kafka/pom.xml
index 1028330cb4..2a12f11717 100644
--- a/plc4j/integrations/apache-kafka/pom.xml
+++ b/plc4j/integrations/apache-kafka/pom.xml
@@ -186,6 +186,7 @@
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-driver-all</artifactId>
       <version>0.12.0-SNAPSHOT</version>
+      <type>pom</type>
       <scope>runtime</scope>
     </dependency>
   </dependencies>
diff --git a/plc4j/integrations/apache-nifi/nifi-plc4x-nar/pom.xml 
b/plc4j/integrations/apache-nifi/nifi-plc4x-nar/pom.xml
index c78a492b59..8611099a89 100644
--- a/plc4j/integrations/apache-nifi/nifi-plc4x-nar/pom.xml
+++ b/plc4j/integrations/apache-nifi/nifi-plc4x-nar/pom.xml
@@ -81,7 +81,8 @@
                        <groupId>org.apache.plc4x</groupId>
                        <artifactId>plc4j-driver-all</artifactId>
                        <version>0.12.0-SNAPSHOT</version>
-               </dependency>
+      <type>pom</type>
+    </dependency>
        </dependencies>
 
 </project>
\ No newline at end of file
diff --git a/plc4j/integrations/opcua-server/pom.xml 
b/plc4j/integrations/opcua-server/pom.xml
index b6982df5cd..2eb8af1f95 100644
--- a/plc4j/integrations/opcua-server/pom.xml
+++ b/plc4j/integrations/opcua-server/pom.xml
@@ -108,6 +108,7 @@
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-driver-all</artifactId>
       <version>0.12.0-SNAPSHOT</version>
+      <type>pom</type>
       <scope>runtime</scope>
     </dependency>
 
diff --git a/plc4j/tools/plc4x-server/pom.xml b/plc4j/tools/plc4x-server/pom.xml
index 2a14fc4841..ab38fc7f63 100644
--- a/plc4j/tools/plc4x-server/pom.xml
+++ b/plc4j/tools/plc4x-server/pom.xml
@@ -140,6 +140,7 @@
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-driver-all</artifactId>
       <version>0.12.0-SNAPSHOT</version>
+      <type>pom</type>
       <scope>runtime</scope>
     </dependency>
 

Reply via email to