diff options
author | Dan Timoney <dtimoney@att.com> | 2022-12-09 07:27:22 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-12-09 07:27:22 -0500 |
commit | 6bf13d44541bcafc7066170909d415e3bebf0e77 (patch) | |
tree | ac22e6ee88ba5af1759817e7609546a584a43b26 /sdnr/wt/odlux/apps/configurationApp | |
parent | ee014707843bd8addbf967cbeb2ffd3ad6bae5b1 (diff) |
Update parent pom to address dmaapClient version fix
Update to version 2.4.6 of parent pom to address dmaapClient version
fix (need version 1.1.14)
Issue-ID: SDNC-1765
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I6f8171f48d5fbe98771ad6442b32119b782b3de4
Diffstat (limited to 'sdnr/wt/odlux/apps/configurationApp')
-rw-r--r-- | sdnr/wt/odlux/apps/configurationApp/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/wt/odlux/apps/configurationApp/pom.xml b/sdnr/wt/odlux/apps/configurationApp/pom.xml index 8038e96b5..1f69cc33e 100644 --- a/sdnr/wt/odlux/apps/configurationApp/pom.xml +++ b/sdnr/wt/odlux/apps/configurationApp/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.4.5</version> + <version>2.4.6</version> <relativePath/> </parent> |