Upgrade bowman-client 29/143429/1
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Mon, 2 Mar 2026 13:53:34 +0000 (14:53 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Mon, 2 Mar 2026 14:58:11 +0000 (15:58 +0100)
- newer versions of the bowman-client are published under the
  me.hdpe.bowman group [0]

[0] https://github.com/hdpe/bowman/issues/47#issuecomment-1774721956

Issue-ID: SO-4249
Change-Id: I47c8f8c7a152874c22188cad4d50b22e6d3c25d7
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
bpmn/MSOCommonBPMN/pom.xml
bpmn/so-bpmn-moi/pom.xml
mso-catalog-db/pom.xml
pom.xml

index 3552aaa..568e8f2 100644 (file)
       <artifactId>jersey-media-json-jackson</artifactId>
     </dependency>
     <dependency>
-      <groupId>uk.co.blackpepper.bowman</groupId>
+      <groupId>me.hdpe.bowman</groupId>
       <artifactId>bowman-client</artifactId>
       <version>${bowman.client.version}</version>
     </dependency>
index 921bd55..705b396 100644 (file)
       <artifactId>jersey-media-json-jackson</artifactId>
     </dependency>
     <dependency>
-      <groupId>uk.co.blackpepper.bowman</groupId>
+      <groupId>me.hdpe.bowman</groupId>
       <artifactId>bowman-client</artifactId>
       <version>${bowman.client.version}</version>
     </dependency>
index a5b6b1a..b3e6ec8 100644 (file)
@@ -37,8 +37,8 @@
     </plugins>
   </build>
   <dependencies>
-    <dependency>
-      <groupId>uk.co.blackpepper.bowman</groupId>
+      <dependency>
+      <groupId>me.hdpe.bowman</groupId>
       <artifactId>bowman-client</artifactId>
       <version>${bowman.client.version}</version>
     </dependency>
diff --git a/pom.xml b/pom.xml
index 9b47403..f8a5d6c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
     <format.skipExecute>true</format.skipExecute>
     <io.fabric8.version>0.33.0</io.fabric8.version>
     <appc.client.version>1.7.2</appc.client.version>
-    <bowman.client.version>0.9.0</bowman.client.version>
+    <bowman.client.version>0.10.0</bowman.client.version>
     <so-etsi-sol003-adapter-version>1.9.0-SNAPSHOT</so-etsi-sol003-adapter-version>
     <onap-logging-version>1.6.9</onap-logging-version>
     <jackson.version>2.14.3</jackson.version>