diff options
author | MichaelMorris <michael.morris@est.tech> | 2022-07-19 16:45:49 +0100 |
---|---|---|
committer | MichaelMorris <michael.morris@est.tech> | 2022-07-19 16:51:29 +0100 |
commit | 21a5aa474b2da12f9928430f44897a534d7c94ca (patch) | |
tree | d897a21a29088586f75437214d33363697edb1f9 /catalog-fe/pom.xml | |
parent | efdde52c76b16160fa3244834838f13977bb53c5 (diff) |
Fix incorrect dependency scope change
Causes sdc-FE health check to fail
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4101
Change-Id: Ia2484e4792afe5c532340c62266f1ede667ac606
Diffstat (limited to 'catalog-fe/pom.xml')
-rw-r--r-- | catalog-fe/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml index 06bcd88db9..aa02c43709 100644 --- a/catalog-fe/pom.xml +++ b/catalog-fe/pom.xml @@ -24,7 +24,6 @@ <groupId>org.functionaljava</groupId> <artifactId>functionaljava</artifactId> <version>${functionaljava.version}</version> - <scope>test</scope> </dependency> <dependency> <groupId>org.onap.sdc.common</groupId> |