Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1250 from timmolter/jackson-rescu-dep
Add explicit jackson dependency and upgrade rescu
  • Loading branch information
mmazi committed May 3, 2016
2 parents a24f30b + e0fbe01 commit 842e013
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Expand Up @@ -177,7 +177,13 @@
<dependency>
<groupId>com.github.mmazi</groupId>
<artifactId>rescu</artifactId>
<version>1.8.1</version>
<version>1.8.2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.5.0</version>
</dependency>

<!-- Charting -->
Expand Down
5 changes: 5 additions & 0 deletions xchange-core/pom.xml
Expand Up @@ -39,6 +39,11 @@
<artifactId>rescu</artifactId>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>

<dependency>
<groupId>net.iharder</groupId>
<artifactId>base64</artifactId>
Expand Down

0 comments on commit 842e013

Please sign in to comment.