diff options
Diffstat (limited to 'asdctool/pom.xml')
-rw-r--r-- | asdctool/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml index da8571f193..34f958f334 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -43,6 +43,10 @@ <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> </exclusion> + <exclusion> + <groupId>org.functionaljava</groupId> + <artifactId>functionaljava</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |