Added missing jettyVersion variable to build.gradle.

This commit is contained in:
Luke Taylor 2010-02-11 17:36:45 +00:00
parent 90d6ff1fde
commit 403f8da79a
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ configure(javaProjects()) {
aspectjVersion = '1.6.5'
apacheDsVersion = '1.5.5'
jstlVersion = '1.1.2'
jettyVersion = '6.1.22'
configurations {
bundlor