Add missing dependency to build.xml - v2

This commit is contained in:
T Jake Luciani 2016-05-03 09:02:59 -04:00
parent 151d8876b9
commit cfb9b9e7df
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@
<dependency groupId="net.mintern" artifactId="primitive" version="1.0" />
<dependency groupId="com.github.rholder" artifactId="snowball-stemmer" version="1.3.0.581.1" />
<dependency groupId="com.googlecode.concurrent-trees" artifactId="concurrent-trees" version="2.4.0" />
<dependency groupId="com.github.ben-manes.caffeine" artifactId="caffeine" rev="2.2.6" />
<dependency groupId="com.github.ben-manes.caffeine" artifactId="caffeine" version="2.2.6" />
</dependencyManagement>
<developer id="alakshman" name="Avinash Lakshman"/>
<developer id="aleksey" name="Aleksey Yeschenko"/>