summaryrefslogtreecommitdiffstats
path: root/cps-application
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2022-12-22 15:46:16 +0000
committerGerrit Code Review <gerrit@onap.org>2022-12-22 15:46:16 +0000
commit8119a0634b900e15a0d99eb3b1993bb59546127c (patch)
treec56c2320cf0791b6c75ea02774fca824aa59bbf1 /cps-application
parentcd02dc580f1a83d4ce05c7b1eedea88593fac5df (diff)
parent6ce84d98f68b45f02f16dc99423670f4a53fd946 (diff)
Merge "XML content on create anchors node support"
Diffstat (limited to 'cps-application')
-rwxr-xr-xcps-application/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml
index 9990cdd5a..c689c7575 100755
--- a/cps-application/pom.xml
+++ b/cps-application/pom.xml
@@ -4,6 +4,7 @@
Copyright (c) 2021 Pantheon.tech.
Modifications Copyright (C) 2021 Bell Canada.
Modifications Copyright (C) 2021 Nordix Foundation
+ Modifications Copyright (C) 2022 Deutsche Telekom AG
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -114,6 +115,10 @@
<groupId>com.tngtech.archunit</groupId>
<artifactId>archunit-junit5</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.dataformat</groupId>
+ <artifactId>jackson-dataformat-xml</artifactId>
+ </dependency>
</dependencies>
<build>