From 9693a61af58762ae04d8d07b450f06646223ac6c Mon Sep 17 00:00:00 2001 From: wes-johnson Date: Tue, 14 Jan 2025 11:40:30 -0800 Subject: [PATCH] Fixed nexus-staging-maven-plugin build dependencies Signed-off-by: wes-johnson --- java/compat_impl/edge/pom.xml | 8 ++++++++ java/compat_impl/host/pom.xml | 8 ++++++++ java/examples/device_timestamp/pom.xml | 8 ++++++++ java/examples/edge_node_control/pom.xml | 8 ++++++++ java/examples/host_file/pom.xml | 8 ++++++++ java/examples/listener/pom.xml | 8 ++++++++ java/examples/pom.xml | 8 ++++++++ java/examples/raspberry_pi/pom.xml | 8 ++++++++ java/examples/records/pom.xml | 8 ++++++++ java/examples/simple/pom.xml | 8 ++++++++ java/examples/udt/pom.xml | 8 ++++++++ java/lib/core/pom.xml | 8 ++++++++ java/lib/edge/pom.xml | 8 ++++++++ java/lib/host/pom.xml | 8 ++++++++ java/pom.xml | 8 ++++++++ 15 files changed, 120 insertions(+) diff --git a/java/compat_impl/edge/pom.xml b/java/compat_impl/edge/pom.xml index 72eb073..ff2f64a 100644 --- a/java/compat_impl/edge/pom.xml +++ b/java/compat_impl/edge/pom.xml @@ -57,6 +57,14 @@ false + + + + com.thoughtworks.xstream + xstream + 1.4.15 + + org.codehaus.mojo diff --git a/java/compat_impl/host/pom.xml b/java/compat_impl/host/pom.xml index 5d3f785..cdf7dfc 100644 --- a/java/compat_impl/host/pom.xml +++ b/java/compat_impl/host/pom.xml @@ -47,6 +47,14 @@ false + + + + com.thoughtworks.xstream + xstream + 1.4.15 + + org.codehaus.mojo diff --git a/java/examples/device_timestamp/pom.xml b/java/examples/device_timestamp/pom.xml index e1479c0..f51b26f 100644 --- a/java/examples/device_timestamp/pom.xml +++ b/java/examples/device_timestamp/pom.xml @@ -41,6 +41,14 @@ true + + + + com.thoughtworks.xstream + xstream + 1.4.15 + + diff --git a/java/examples/edge_node_control/pom.xml b/java/examples/edge_node_control/pom.xml index 058cc8c..647f773 100644 --- a/java/examples/edge_node_control/pom.xml +++ b/java/examples/edge_node_control/pom.xml @@ -42,6 +42,14 @@ true + + + + com.thoughtworks.xstream + xstream + 1.4.15 + + diff --git a/java/examples/host_file/pom.xml b/java/examples/host_file/pom.xml index 49d88f2..af4fb90 100644 --- a/java/examples/host_file/pom.xml +++ b/java/examples/host_file/pom.xml @@ -46,6 +46,14 @@ true + + + + com.thoughtworks.xstream + xstream + 1.4.15 + + diff --git a/java/examples/listener/pom.xml b/java/examples/listener/pom.xml index a8717bc..80bb289 100644 --- a/java/examples/listener/pom.xml +++ b/java/examples/listener/pom.xml @@ -42,6 +42,14 @@ true + + + + com.thoughtworks.xstream + xstream + 1.4.15 + + diff --git a/java/examples/pom.xml b/java/examples/pom.xml index 69b4982..ff2ebac 100644 --- a/java/examples/pom.xml +++ b/java/examples/pom.xml @@ -241,6 +241,14 @@ true false + + + + com.thoughtworks.xstream + xstream + 1.4.15 + + diff --git a/java/examples/raspberry_pi/pom.xml b/java/examples/raspberry_pi/pom.xml index 200e77a..7a8d821 100644 --- a/java/examples/raspberry_pi/pom.xml +++ b/java/examples/raspberry_pi/pom.xml @@ -58,6 +58,14 @@ true + + + + com.thoughtworks.xstream + xstream + 1.4.15 + + diff --git a/java/examples/records/pom.xml b/java/examples/records/pom.xml index 447b74e..71ab52d 100644 --- a/java/examples/records/pom.xml +++ b/java/examples/records/pom.xml @@ -41,6 +41,14 @@ true + + + + com.thoughtworks.xstream + xstream + 1.4.15 + + diff --git a/java/examples/simple/pom.xml b/java/examples/simple/pom.xml index 2beae13..2cc6c6f 100644 --- a/java/examples/simple/pom.xml +++ b/java/examples/simple/pom.xml @@ -41,6 +41,14 @@ true + + + + com.thoughtworks.xstream + xstream + 1.4.15 + + diff --git a/java/examples/udt/pom.xml b/java/examples/udt/pom.xml index 410fe68..a1f51e6 100644 --- a/java/examples/udt/pom.xml +++ b/java/examples/udt/pom.xml @@ -41,6 +41,14 @@ true + + + + com.thoughtworks.xstream + xstream + 1.4.15 + + diff --git a/java/lib/core/pom.xml b/java/lib/core/pom.xml index 26700ae..bd0af41 100644 --- a/java/lib/core/pom.xml +++ b/java/lib/core/pom.xml @@ -47,6 +47,14 @@ false + + + + com.thoughtworks.xstream + xstream + 1.4.15 + + org.codehaus.mojo diff --git a/java/lib/edge/pom.xml b/java/lib/edge/pom.xml index 38f3195..e9dee8a 100644 --- a/java/lib/edge/pom.xml +++ b/java/lib/edge/pom.xml @@ -42,6 +42,14 @@ false + + + + com.thoughtworks.xstream + xstream + 1.4.15 + + org.codehaus.mojo diff --git a/java/lib/host/pom.xml b/java/lib/host/pom.xml index 9e31510..e5e2885 100644 --- a/java/lib/host/pom.xml +++ b/java/lib/host/pom.xml @@ -42,6 +42,14 @@ false + + + + com.thoughtworks.xstream + xstream + 1.4.15 + + org.codehaus.mojo diff --git a/java/pom.xml b/java/pom.xml index 5899ced..a6f8a44 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -243,6 +243,14 @@ true false + + + + com.thoughtworks.xstream + xstream + 1.4.15 + +