From f8a2740295677e774c4dd4fa9afe647cdc0b42f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20R=C3=BChl?= Date: Tue, 29 Aug 2023 07:46:20 +0200 Subject: [PATCH] fix(opcua): enforce non gzip as it seems to fail from time to time --- protocols/opcua/pom.xml | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/protocols/opcua/pom.xml b/protocols/opcua/pom.xml index 2f899d5b6e2..163305b3df2 100644 --- a/protocols/opcua/pom.xml +++ b/protocols/opcua/pom.xml @@ -17,7 +17,8 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -48,8 +49,7 @@ https://github.com/OPCFoundation/UA-Nodeset/raw/latest/Schema/Opc.Ua.Types.bsd ${project.build.directory}/downloads - Opc.Ua.Types.bsd.gzip - true + Opc.Ua.Types.bsd @@ -62,8 +62,7 @@ https://github.com/OPCFoundation/UA-Nodeset/raw/latest/Schema/StatusCode.csv ${project.build.directory}/downloads - StatusCode.csv.gzip - true + StatusCode.csv @@ -75,8 +74,7 @@ https://github.com/OPCFoundation/UA-Nodeset/raw/latest/Schema/Opc.Ua.NodeSet2.Services.xml ${project.build.directory}/downloads - Opc.Ua.NodeSet2.Services.xml.gzip - true + Opc.Ua.NodeSet2.Services.xml @@ -88,11 +86,18 @@ https://github.com/OPCFoundation/UA-Nodeset/raw/latest/Schema/NodeIds.csv ${project.build.directory}/downloads - Opc.Ua.NodeIds.Services.csv.gzip - true + Opc.Ua.NodeIds.Services.csv + + + + identity + +