aboutsummaryrefslogtreecommitdiffstats
path: root/common-be-tests-utils/pom.xml
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2022-07-13 23:11:18 +0100
committerMichael Morris <michael.morris@est.tech>2022-07-15 08:47:14 +0000
commite4055451d3fbfe1fba35dcf546907ad432f6b4fc (patch)
treeabcc2f6ef682c18cbc17dd4c8ac2257b4b753fcb /common-be-tests-utils/pom.xml
parent9ef20cdefa00d8a3c1535c60ddc2a183bff135b2 (diff)
Remove unused dependency (functionaljava)
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I9d8806dc55fc1d377cdd366343fe898b46fc847d Issue-ID: SDC-4094
Diffstat (limited to 'common-be-tests-utils/pom.xml')
-rw-r--r--common-be-tests-utils/pom.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/common-be-tests-utils/pom.xml b/common-be-tests-utils/pom.xml
index b2b04be736..77ab2c1fb1 100644
--- a/common-be-tests-utils/pom.xml
+++ b/common-be-tests-utils/pom.xml
@@ -54,6 +54,10 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.functionaljava</groupId>
+ <artifactId>functionaljava</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -77,12 +81,6 @@
<version>${guava.version}</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.functionaljava</groupId>
- <artifactId>functionaljava</artifactId>
- <version>${functionaljava.version}</version>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>