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 15722d187a..9fcc01c4e8 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -307,6 +307,10 @@ <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </exclusion> + <exclusion> + <groupId>com.github.jnr</groupId> + <artifactId>jnr-posix</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |