Commit c4cade2ade6cc964117513839900a4183cea6087
1 parent
9652aa1bb0
Exists in
master
SEARCH-106: Add jackson as a dependency so it can create classes using the annotations
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
pom.xml
... | ... | @@ -172,6 +172,12 @@ |
172 | 172 | </dependency> |
173 | 173 | |
174 | 174 | <dependency> |
175 | + <groupId>org.codehaus.jackson</groupId> | |
176 | + <artifactId>jackson-core-asl</artifactId> | |
177 | + <version>1.9.13</version> | |
178 | + </dependency> | |
179 | + | |
180 | + <dependency> | |
175 | 181 | <groupId>org.antlr</groupId> |
176 | 182 | <artifactId>antlr</artifactId> |
177 | 183 | <version>3.5.2</version> | ... | ... |