diff options
Diffstat (limited to 'catalog-model')
-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> |