blob: 009c9f001cc1fc1d3f3f500b64947e0cc8cf7fcc [file] [log] [blame]
description = "Utilities for running a Tapestry application in Jetty or Tomcat as part of test suite."
dependencies {
compile project(":tapestry-test-constants")
compile "org.eclipse.jetty:jetty-server:${versions.jetty}"
compile "org.eclipse.jetty:jetty-jndi:${versions.jetty}"
compile "org.eclipse.jetty:jetty-plus:${versions.jetty}"
compile "org.eclipse.jetty:jetty-webapp:${versions.jetty}"
compile "org.apache.tomcat:catalina:${versions.tomcat}"
compile "org.apache.tomcat:coyote:${versions.tomcat}"
compile "org.apache.tomcat:dbcp:${versions.tomcat}"
compile "commons-cli:commons-cli:1.2"
}