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 /integration-tests | |
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 'integration-tests')
-rw-r--r-- | integration-tests/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 4555a8dc19..d7313caa49 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -342,6 +342,12 @@ limitations under the License. </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.functionaljava</groupId> + <artifactId>functionaljava</artifactId> + <version>${functionaljava.version}</version> + <scope>test</scope> + </dependency> </dependencies> <build> |