Update README.md

This commit is contained in:
Les Hazlewood 2014-09-26 13:38:12 -07:00
parent 79471571f4
commit f413d1022d
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ These feature sets will be implemented in a future release when possible. Commu
<a name="olderJackson"></a> <a name="olderJackson"></a>
#### Already using an older Jackson dependency? #### Already using an older Jackson dependency?
JJWT depends on Jackson 2.4.x (or later). If you are already using a Jackson version in your own application less than 2.x, for example 1.9.x, you will likely see [compile/build failures](https://github.com/jwtk/jjwt/issues/1). To avoid this, you should upgrade your project's build configuration to explicitly point to a 2.x version of Jackson. For example: JJWT depends on Jackson 2.4.x (or later). If you are already using a Jackson version in your own application less than 2.x, for example 1.9.x, you will likely see [compile/build failures](https://github.com/jwtk/jjwt/issues/1). To avoid this, you should change your project build configuration to explicitly point to a 2.x version of Jackson. For example:
```xml ```xml
<dependency> <dependency>