blob: a20be0d48c6b70e4002523e9151862c0a6807e85 [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')
testImplementation "org.junit.jupiter:junit-jupiter:${versions.junitJupiter}"
}