aboutsummaryrefslogtreecommitdiffstats
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 20:04:56 +0000
commit42e61e5a3352d0e222e6a242b8f871cf6aa915b8 (patch)
treef1e70671c02cd1db536dc24a1c9d3c0f8151f494 /generic-resource-api/client/pom.xml
parentb7775c9347e052942f7670fd01cc8101ecb72317 (diff)
Add alias to workaround issue with prefixes in outer tagsHEADmaster
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 b19c457e..6ff9c4ac 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>