Skip to content

Commit

Permalink
Fix project description
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Apr 29, 2016
1 parent a689886 commit 05918ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Jackson Codec
Jackson1 Codec
===================

[![Build Status](https://travis-ci.org/velo/feign-jackson1.svg?branch=master)](https://travis-ci.org/velo/feign-jackson1?branch=master)
Expand All @@ -8,7 +8,9 @@ Jackson Codec
[![Forks](https://img.shields.io/github/forks/velo/feign-jackson1.svg)](https://github.com/velo/feign-jackson1/network)
[![Stars](https://img.shields.io/github/stars/velo/feign-jackson1.svg)](https://github.com/velo/feign-jackson1/stargazers)

This module adds support for encoding and decoding JSON via Jackson.
This module adds support for encoding and decoding JSON via Jackson1.

This is pretty much a copy of https://github.com/Netflix/feign/tree/master/jackson, but different Jackson version

Add `JacksonEncoder` and/or `JacksonDecoder` to your `Feign.Builder` like so:

Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<artifactId>feign-jackson1</artifactId>
<version>0.1-SNAPSHOT</version>

<name>feign-jackson1</name>
<description>This module adds support for encoding and decoding JSON via Jackson1.</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit 05918ca

Please sign in to comment.