Predict lower height and use lower height matcher (#552)
This commit is contained in:
@@ -16,6 +16,7 @@ httpcomponents = "4.5.8"
|
||||
[libraries]
|
||||
apache-commons-lang3 = "org.apache.commons:commons-lang3:3.9"
|
||||
apache-commons-collections4 = "org.apache.commons:commons-collections4:4.3"
|
||||
apache-commons-math3 = "org.apache.commons:commons-math3:3.6.1"
|
||||
|
||||
bitcoinj = "org.bitcoinj:bitcoinj-core:0.15.8"
|
||||
|
||||
@@ -122,7 +123,7 @@ auth0-jwt = "com.auth0:java-jwt:4.4.0"
|
||||
mockito-inline = "org.mockito:mockito-inline:4.0.0"
|
||||
|
||||
[bundles]
|
||||
apache-commons = ["commons-io", "apache-commons-lang3", "apache-commons-collections4"]
|
||||
apache-commons = ["commons-io", "apache-commons-lang3", "apache-commons-collections4", "apache-commons-math3"]
|
||||
grpc = ["grpc-protobuf", "grpc-stub", "grpc-netty", "grpc-proto-util", "grpc-services"]
|
||||
httpcomponents = ["httpcomponents-httpmime", "httpcomponents-httpclient"]
|
||||
jackson = ["jackson-core", "jackson-databind", "jackson-datatype-jdk8", "jackson-datatype-jsr310", "jackson-module-kotlin", "jackson-yaml"]
|
||||
|
||||
Reference in New Issue
Block a user