aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2019-09-04 14:12:09 -0400
committerPrudence Au <prudence.au@amdocs.com>2019-09-04 14:12:09 -0400
commitf8d36209b972fddd500ef958b1df453376ff8703 (patch)
treeb7d13500d03852c92e635ea10180f6ef04c18426 /pom.xml
parent8c43901ef7ade0fcaf5304541f69cbafff61d6b7 (diff)
Use v2 of io.swagger to avoid the use of jQuery
Issue-ID: LOG-1101 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I91535ecf43869aa8d1ce5a86278c0b61fda7040b
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5131678..b2676d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,6 +228,12 @@
<groupId>org.onap.logging-analytics.pomba</groupId>
<artifactId>pomba-audit-common</artifactId>
<version>1.5.1-SNAPSHOT</version>
+ <exclusions>
+ <exclusion>
+ <groupId>io.swagger</groupId>
+ <artifactId>swagger-annotations</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>