Update to use released parent for Paris 48/140948/2 1.8.0
authorDan Timoney <dtimoney@att.com>
Thu, 29 May 2025 20:23:03 +0000 (16:23 -0400)
committerDan Timoney <dtimoney@att.com>
Fri, 6 Jun 2025 14:01:02 +0000 (10:01 -0400)
Update to use released parent version for Paris RC

Issue-ID: CCSDK-4096
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ia46dd48973ae78ecc44bbb0c74805865bf41dac4

ms/blueprintsprocessor/parent/pom.xml
pom.xml

index 1312959..9f33b5a 100755 (executable)
@@ -43,6 +43,7 @@
         <mockkserver.version>5.13.0</mockkserver.version>
         <json.unit.version>2.8.0</json.unit.version>
         <xmlunit.version>2.6.3</xmlunit.version>
+        <bytebuddy.version>1.14.17</bytebuddy.version>
 
         <sshd.version>2.10.0</sshd.version>
         <jsch.version>0.1.55</jsch.version>
                 <artifactId>mockk</artifactId>
                 <version>${mockk.version}</version>
                 <scope>test</scope>
+                <exclusions>
+                    <exclusion>
+                        <groupId>net.bytebuddy</groupId>
+                        <artifactId>byte-buddy</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>net.bytebuddy</groupId>
+                        <artifactId>byte-buddy</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>io.mockk</groupId>
                 <artifactId>mockk-jvm</artifactId>
                 <version>${mockk.version}</version>
                 <scope>test</scope>
+                <exclusions>
+                    <exclusion>
+                        <groupId>net.bytebuddy</groupId>
+                        <artifactId>byte-buddy</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>net.bytebuddy</groupId>
+                        <artifactId>byte-buddy</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>org.mock-server</groupId>
                 <version>${kotlin.couroutines.version}</version>
                 <scope>test</scope>
             </dependency>
+            <dependency>
+                <groupId>net.bytebuddy</groupId>
+                <artifactId>byte-buddy</artifactId>
+                <version>${bytebuddy.version}</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>net.bytebuddy</groupId>
+                <artifactId>byte-buddy-agent</artifactId>
+                <version>${bytebuddy.version}</version>
+                <scope>test</scope>
+            </dependency>
 
             <!-- Spring Kafka -->
             <dependency>
diff --git a/pom.xml b/pom.xml
index 69e48b7..52da582 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>spring-boot-27-jdk-17-starter-parent</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.1.1</version>
         <relativePath/>
     </parent>