diff options
Diffstat (limited to 'common-app-api/pom.xml')
-rw-r--r-- | common-app-api/pom.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml index eb61d72d11..cb28cb0327 100644 --- a/common-app-api/pom.xml +++ b/common-app-api/pom.xml @@ -110,20 +110,6 @@ <scope>provided</scope> </dependency> - <!-- listen to file changes --> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-jci-core</artifactId> - <version>${commons-jci-core.version}</version> - <scope>provided</scope> - <exclusions> - <exclusion> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </exclusion> - </exclusions> - </dependency> - <!-- Gson --> <dependency> <groupId>com.google.code.gson</groupId> |