Fixing a link and moving the author section down

This commit is contained in:
brentstormpath 2016-03-15 16:16:18 -07:00
parent f1fe04d70c
commit 7201704e94
1 changed files with 5 additions and 4 deletions

View File

@ -108,10 +108,7 @@ These feature sets will be implemented in a future release when possible. Commu
- [Use JWT the Right Way!](https://stormpath.com/blog/jwt-the-right-way/) - [Use JWT the Right Way!](https://stormpath.com/blog/jwt-the-right-way/)
- [Token Authentication for Java Applications](https://stormpath.com/blog/token-auth-for-java/) - [Token Authentication for Java Applications](https://stormpath.com/blog/token-auth-for-java/)
## Author <a name="olderJackson"></a>
Maintained by [Stormpath](https://stormpath.com/)
#### 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 [runtime errors](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: 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 [runtime errors](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:
@ -124,6 +121,10 @@ JJWT depends on Jackson 2.4.x (or later). If you are already using a Jackson ve
</dependency> </dependency>
``` ```
## Author
Maintained by [Stormpath](https://stormpath.com/)
## Licensing ## Licensing
This project is open-source via the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0). This project is open-source via the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0).