add a note in the build regarding joda time 2

This commit is contained in:
Shay Banon 2011-08-02 00:16:52 +03:00
parent e059a7b37f
commit 2b777df21e
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ dependencies {
runtime 'commons-codec:commons-codec:1.5'
// joda 2.0 moved to using volatile fields for datetime, which hurts performance for facets!
runtime 'joda-time:joda-time:1.6.2'
runtime 'org.mvel:mvel2:2.1.Beta5'