aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorIgor Dysko <igor1.dysko@orange.com>2022-01-21 16:24:57 +0100
committerIgor Dysko <igor1.dysko@orange.com>2022-01-21 16:24:57 +0100
commitdc32516fc86605b59f20630b481210eb729247af (patch)
tree99863f81c45726ed405a5f4558c001fb9b2150fe /pom.xml
parent3740e7d3fb02f8157d606cd56f816810e41e994c (diff)
[AAI] Resolve graphgraph checkstyle warnings
Resolve warnings from checkstyle audit and other js warnings caused by the upgrade to React v17. Issue-ID: AAI-3387 Signed-off-by: Igor Dysko <igor1.dysko@orange.com> Change-Id: I85d11c009b86f339b4ae38ea3c02f8b36e492fd2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 645f665..074c92b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>javax.ws.rs</groupId>
+ <artifactId>jsr311-api</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>