Merge pull request #5909 from corda/christians/NOTICK-remove-forms-dependency

Remove unused dependency on IntelliJ forms
This commit is contained in:
Denis Rekalov 2020-01-30 14:03:49 +00:00 committed by GitHub
commit 609ae5664b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,10 +135,6 @@ dependencies {
// Manifests: for reading stuff from the manifest file
compile "com.jcabi:jcabi-manifests:$jcabi_manifests_version"
compile("com.intellij:forms_rt:7.0.3") {
exclude group: "asm"
}
// Coda Hale's Metrics: for monitoring of key statistics
compile "io.dropwizard.metrics:metrics-jmx:$metrics_version"