diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-05-31 23:08:39 +0100 |
---|---|---|
committer | S�bastien Determe <sebastien.determe@intl.att.com> | 2021-06-04 16:22:18 +0000 |
commit | c81c95bf4879c805aa91c60653fc0e781ff2d4e9 (patch) | |
tree | 480f492a434e1d68ee6faac02063879f62dbc8f8 /common-app-api | |
parent | 58ac206c94352018e6a6cf5da21df4f447e52618 (diff) |
Fix dependencies with Critical Violations
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Ic4fb2577c260c80e0204bc68df508f41d9835734
Issue-ID: SDC-3572
Diffstat (limited to 'common-app-api')
-rw-r--r-- | common-app-api/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml index 36df3cff9f..019f5918cc 100644 --- a/common-app-api/pom.xml +++ b/common-app-api/pom.xml @@ -30,6 +30,14 @@ <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </exclusion> + <exclusion> + <groupId>org.owasp.esapi</groupId> + <artifactId>esapi</artifactId> + </exclusion> + <exclusion> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-validator</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |