add a note in the build regarding joda time 2
This commit is contained in:
parent
e059a7b37f
commit
2b777df21e
|
@ -10,6 +10,7 @@ dependencies {
|
||||||
|
|
||||||
runtime 'commons-codec:commons-codec:1.5'
|
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 'joda-time:joda-time:1.6.2'
|
||||||
runtime 'org.mvel:mvel2:2.1.Beta5'
|
runtime 'org.mvel:mvel2:2.1.Beta5'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue