diff options
author | vasraz <vasyl.razinkov@est.tech> | 2022-07-13 23:11:18 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2022-07-15 08:47:14 +0000 |
commit | e4055451d3fbfe1fba35dcf546907ad432f6b4fc (patch) | |
tree | abcc2f6ef682c18cbc17dd4c8ac2257b4b753fcb /catalog-model/pom.xml | |
parent | 9ef20cdefa00d8a3c1535c60ddc2a183bff135b2 (diff) |
Remove unused dependency (functionaljava)
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I9d8806dc55fc1d377cdd366343fe898b46fc847d
Issue-ID: SDC-4094
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r-- | catalog-model/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 7f9bb3fab4..3c7dfc78ac 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -49,6 +49,10 @@ <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> </exclusion> + <exclusion> + <groupId>org.functionaljava</groupId> + <artifactId>functionaljava</artifactId> + </exclusion> </exclusions> </dependency> |