Skip to content

Commit

Permalink
Added dependency for Interval implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed May 17, 2019
1 parent 2be96cf commit b463ae6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Expand Up @@ -75,7 +75,8 @@ dependencies {
'commons-codec:commons-codec:1.11',
'org.apache.commons:commons-lang3:3.8.1',
'org.apache.commons:commons-collections4:4.1',
'com.sun.mail:javax.mail:1.6.2'
'com.sun.mail:javax.mail:1.6.2',
'org.threeten:threeten-extra:1.5.0'

implementation 'javax.cache:cache-api:1.0.0', optional
implementation "org.codehaus.groovy:groovy-all:$groovyVersion", optional
Expand Down

0 comments on commit b463ae6

Please sign in to comment.