This is an automated email from the ASF dual-hosted git repository.
chrisdutz 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 80958c9add fix: Added a missing dependency.
80958c9add is described below
commit 80958c9add638a44e56f86eae492f417d09ebff0
Author: Christofer Dutz <[email protected]>
AuthorDate: Tue Jul 14 20:11:12 2026 +0200
fix: Added a missing dependency.
---
plc4j/drivers/opcua/pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/plc4j/drivers/opcua/pom.xml b/plc4j/drivers/opcua/pom.xml
index f6eb9a902c..b3fd3ff5d2 100644
--- a/plc4j/drivers/opcua/pom.xml
+++ b/plc4j/drivers/opcua/pom.xml
@@ -242,6 +242,11 @@
<artifactId>sdk-client</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.milo</groupId>
+ <artifactId>sdk-core</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>stack-core</artifactId>
@@ -299,6 +304,11 @@
<artifactId>sdk-client</artifactId>
<version>${milo.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.milo</groupId>
+ <artifactId>sdk-core</artifactId>
+ <version>${milo.version}</version>
+ </dependency>
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>stack-core</artifactId>