aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-fe/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-fe/pom.xml')
-rw-r--r--catalog-fe/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml
index 71f3034814..06bcd88db9 100644
--- a/catalog-fe/pom.xml
+++ b/catalog-fe/pom.xml
@@ -24,7 +24,7 @@
<groupId>org.functionaljava</groupId>
<artifactId>functionaljava</artifactId>
<version>${functionaljava.version}</version>
- <scope>compile</scope>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.onap.sdc.common</groupId>
@@ -40,6 +40,10 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.functionaljava</groupId>
+ <artifactId>functionaljava</artifactId>
+ </exclusion>
</exclusions>
</dependency>