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
host=gerrit.onap.org
port=29418
project=ccsdk/cds.git
-defaultbranch=master
+defaultbranch=paris
<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 -->