summaryrefslogtreecommitdiffstats
path: root/artifactbroker/model/pom.xml
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2022-11-23 12:29:39 +0000
committerefiacor <fiachra.corcoran@est.tech>2022-11-25 09:29:58 +0000
commite127b3c32c81390e0c8d928f1266360802fc7071 (patch)
tree1ab1a16a2321b34b85fc6d57733cfc0a002a9cd4 /artifactbroker/model/pom.xml
parent55d29b46ab9f585b79ccf713aada7f77eee5f3fd (diff)
[ARTIFACT-BROKER] Upgrade sdc-distro-client to 2.0.01.9.0
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I3c726357fe3760724f64e71f09749d939f74d7be Issue-ID: DMAAP-1806
Diffstat (limited to 'artifactbroker/model/pom.xml')
-rw-r--r--artifactbroker/model/pom.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/artifactbroker/model/pom.xml b/artifactbroker/model/pom.xml
index 0f08d40..6400c0f 100644
--- a/artifactbroker/model/pom.xml
+++ b/artifactbroker/model/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onap.multicloud.framework</groupId>
<artifactId>multicloud-framework-artifactbroker</artifactId>
- <version>1.8.3-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>multicloud-framework-artifactbroker-model</artifactId>
@@ -33,13 +33,6 @@
<dependency>
<groupId>org.onap.sdc.sdc-distribution-client</groupId>
<artifactId>sdc-distribution-client</artifactId>
- <version>1.4.5</version>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- </exclusion>
- </exclusions>
</dependency>
</dependencies>
</project>