Fix scope of byte-buddy dependency 27/141227/1 master
authorDan Timoney <dtimoney@att.com>
Wed, 9 Jul 2025 13:59:03 +0000 (09:59 -0400)
committerDan Timoney <dtimoney@att.com>
Wed, 9 Jul 2025 14:48:26 +0000 (14:48 +0000)
Byte-buddy is used by hibernate and therefore must not be declared
with scope test.

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

.gitreview
ms/blueprintsprocessor/parent/pom.xml

index dc16e5b..596194f 100644 (file)
@@ -2,4 +2,4 @@
 host=gerrit.onap.org
 port=29418
 project=ccsdk/cds.git
-defaultbranch=master
+defaultbranch=paris
index 12e608f..2bc1f0f 100755 (executable)
                 <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 -->