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