diff options
author | liamfallon <liam.fallon@est.tech> | 2022-10-19 09:28:07 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-10-19 09:28:12 +0100 |
commit | b425624fcd249ea7ad565fda38a6cc5749340825 (patch) | |
tree | 7abe22e01ea793de2a1f41dc8bd600f7bab117a3 /models-interactions/model-impl/aai | |
parent | a9bcee4146d6a0a5b4ced6fe25c8955edde945b0 (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/aai')
-rw-r--r-- | models-interactions/model-impl/aai/pom.xml | 4 |
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> |