Skip to content

Commit

Permalink
Missed a dependency of mustache in lib folder
Browse files Browse the repository at this point in the history
When first moving mustache from shaded jar to lib dir the dependency to guava
was missing...

Relates to elastic#4879
  • Loading branch information
Isabel Drost-Fromm committed Feb 17, 2014
1 parent a2d1ba3 commit be48f5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/assemblies/common-bin.xml
Expand Up @@ -10,6 +10,7 @@
<include>com.spatial4j:spatial4j</include>
<include>com.vividsolutions:jts</include>
<include>com.github.spullara.mustache.java:compiler</include>
<include>com.google.guava:guava</include>
</includes>
</dependencySet>
<dependencySet>
Expand Down

0 comments on commit be48f5f

Please sign in to comment.