blob: c6001a9ffb5bac6b9c3ef0efd4a924edc2fcb54c [file] [log] [blame]
description = "Replaces the Tapestry Commons's own Java Generics resolution code with the one from Google Guava's one"
dependencies {
implementation project(':commons')
testImplementation project(':tapestry-core')
testImplementation project(':tapestry-test')
provided implementation ('com.google.guava:guava:27.0.1-jre')
}