From dc4af09404c29c50c60ca2dd1ba290589592f649 Mon Sep 17 00:00:00 2001 From: Martin Smock Date: Wed, 7 Aug 2024 14:56:51 +0200 Subject: [PATCH 1/3] Update pom.xml --- pom.xml | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/pom.xml b/pom.xml index 8b85172..9d814f3 100644 --- a/pom.xml +++ b/pom.xml @@ -11,35 +11,15 @@ 17 17 17 - 2.5.0 + 2.5.1-Snapshot 5.3.31 2.7.18 3.21.0 5.10.1 4.7.0 - 3.2.2 + 3.3.1 - - - - husky-snapshots - husky-snapshots - https://archiva.et-innovations.org/repository/snapshots/ - - true - - - - + scm:git:https://github.com/project-husky/husky-integration-tests.git From ecb96d27a983607e6262ee9151625457d4b591db Mon Sep 17 00:00:00 2001 From: Martin Smock Date: Wed, 7 Aug 2024 15:02:37 +0200 Subject: [PATCH 2/3] Update PdqSearchQueryTest.java --- .../communication/services/pdq/PdqSearchQueryTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/java/org/projecthusky/communication/services/pdq/PdqSearchQueryTest.java b/src/test/java/org/projecthusky/communication/services/pdq/PdqSearchQueryTest.java index f0a8463..93c317e 100644 --- a/src/test/java/org/projecthusky/communication/services/pdq/PdqSearchQueryTest.java +++ b/src/test/java/org/projecthusky/communication/services/pdq/PdqSearchQueryTest.java @@ -56,10 +56,10 @@ public class PdqSearchQueryTest { @BeforeEach public void setUp() { - String senderApplicationOidTestValue = "1.2.3.4"; - this.testWSDestination = new Destination(); + this.testWSDestination = new Destination(); this.testWSDestination.setUri(URI.create(searchWebServiceUri)); - this.testWSDestination.setSenderApplicationOid(senderApplicationOidTestValue); + this.testWSDestination.setSenderApplicationOid("1.2.3.4"); + this.testWSDestination.setReceiverApplicationOid("1.36.9.303"); } @Test From c258a032649725f4e32a85cef6ab0ac3a2ef9fb7 Mon Sep 17 00:00:00 2001 From: Martin Smock Date: Wed, 7 Aug 2024 15:09:29 +0200 Subject: [PATCH 3/3] rollback local build fix --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index 9d814f3..5fd7ae1 100644 --- a/pom.xml +++ b/pom.xml @@ -19,6 +19,28 @@ 4.7.0 3.3.1 + + + + + husky-snapshots + husky-snapshots + https://archiva.et-innovations.org/repository/snapshots/ + + true + + + +