summaryrefslogtreecommitdiffstats
path: root/generic-resource-api/client/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2025-01-08 15:04:02 -0500
committerDan Timoney <dtimoney@att.com>2025-01-08 15:04:07 -0500
commit1a7b9ce3b48d19861e346886a95838387d215e14 (patch)
tree34d0412d1ee9a4d8e0465e70ca69dbf5d4f345b3 /generic-resource-api/client/pom.xml
parent14dd837d56df07379de1c77f1b7fe086608ebbde (diff)
Add alias to workaround issue with prefixes in outer tags
To work around the issue with the response from ODL containing prefix in only outer tag, use @JsonAlias annotation to define an alias value that includes the module name for those tags where it is needed. Issue-ID: SDNC-1852 Change-Id: I16a41cd05e7b3fe5fba0964fbc87a2889b353c10 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'generic-resource-api/client/pom.xml')
-rw-r--r--generic-resource-api/client/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic-resource-api/client/pom.xml b/generic-resource-api/client/pom.xml
index 0e447cce..0545030a 100644
--- a/generic-resource-api/client/pom.xml
+++ b/generic-resource-api/client/pom.xml
@@ -92,8 +92,8 @@
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>${jackson.version}</version>
- </dependency>
- </dependencies>
+ </dependency>
+ </dependencies>
<executions>
<execution>
<goals>
@@ -102,6 +102,7 @@
<configuration>
<inputSpec>${project.basedir}/../model/swagger/src/main/yaml/${api.name}.yaml</inputSpec>
<language>spring</language>
+ <ignoreFileOverride>${project.basedir}/.swagger-codegen-ignore</ignoreFileOverride>
<configOptions>
<java8>true</java8>
<withXml>true</withXml>