diff options
author | efiacor <fiachra.corcoran@est.tech> | 2022-11-23 12:29:39 +0000 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2022-11-25 09:29:58 +0000 |
commit | e127b3c32c81390e0c8d928f1266360802fc7071 (patch) | |
tree | 1ab1a16a2321b34b85fc6d57733cfc0a002a9cd4 /artifactbroker/forwarding/pom.xml | |
parent | 55d29b46ab9f585b79ccf713aada7f77eee5f3fd (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/forwarding/pom.xml')
-rw-r--r-- | artifactbroker/forwarding/pom.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/artifactbroker/forwarding/pom.xml b/artifactbroker/forwarding/pom.xml index 81ae4ce..2a675ff 100644 --- a/artifactbroker/forwarding/pom.xml +++ b/artifactbroker/forwarding/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-forwarding</artifactId> @@ -39,13 +39,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> |