8 lines
223 B
Groovy
8 lines
223 B
Groovy
apply from: TOMCAT_GRADLE
|
|
|
|
dependencies {
|
|
def tomcatVersion = '6.0.43'
|
|
tomcat "org.apache.tomcat:catalina:${tomcatVersion}",
|
|
"org.apache.tomcat:coyote:${tomcatVersion}",
|
|
"org.apache.tomcat:jasper:${tomcatVersion}"
|
|
} |