Skip to content

Commit

Permalink
Merge pull request #127 from donhuvy/master
Browse files Browse the repository at this point in the history
Update document to latest version
  • Loading branch information
cowtowncoder authored Feb 5, 2019
2 parents dc025bd + ffb68ec commit f8680e7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,17 @@ To use module on Maven-based projects, use following dependency:
</dependency>
```

(or whatever version is most up-to-date at the moment;
or whatever version is most up-to-date at the moment;
note that you need to use "jackson-datatype-hibernate3" for Hibernate 3.x,
or "jackson-datatype-hibernate5" for Hibernate 5.x)
or "jackson-datatype-hibernate5" for Hibernate 5.x

```xml
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-hibernate5</artifactId>
<version>2.9.8</version>
</dependency>
```

### Registering module

Expand Down

0 comments on commit f8680e7

Please sign in to comment.