summaryrefslogtreecommitdiffstats
path: root/models-interactions/model-impl
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-10-19 09:28:07 +0100
committerliamfallon <liam.fallon@est.tech>2022-10-19 09:28:12 +0100
commitb425624fcd249ea7ad565fda38a6cc5749340825 (patch)
tree7abe22e01ea793de2a1f41dc8bd600f7bab117a3 /models-interactions/model-impl
parenta9bcee4146d6a0a5b4ced6fe25c8955edde945b0 (diff)
Fix some dependencies flagged in scans
Issue-ID: POLICY-4393 Change-Id: I8ba3b906336d5200326e71d649a05363c43d79f0 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'models-interactions/model-impl')
-rw-r--r--models-interactions/model-impl/aai/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/models-interactions/model-impl/aai/pom.xml b/models-interactions/model-impl/aai/pom.xml
index d56a880c0..3100d25d2 100644
--- a/models-interactions/model-impl/aai/pom.xml
+++ b/models-interactions/model-impl/aai/pom.xml
@@ -78,6 +78,10 @@
<groupId>com.google.code.javaparser</groupId>
<artifactId>javaparser</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.googlecode.json-simple</groupId>
+ <artifactId>json-simple</artifactId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>