Skip to content

Commit f8680e7

Browse files
authored
Merge pull request #127 from donhuvy/master
Update document to latest version
2 parents dc025bd + ffb68ec commit f8680e7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,17 @@ To use module on Maven-based projects, use following dependency:
2929
</dependency>
3030
```
3131

32-
(or whatever version is most up-to-date at the moment;
32+
or whatever version is most up-to-date at the moment;
3333
note that you need to use "jackson-datatype-hibernate3" for Hibernate 3.x,
34-
or "jackson-datatype-hibernate5" for Hibernate 5.x)
34+
or "jackson-datatype-hibernate5" for Hibernate 5.x
35+
36+
```xml
37+
<dependency>
38+
<groupId>com.fasterxml.jackson.datatype</groupId>
39+
<artifactId>jackson-datatype-hibernate5</artifactId>
40+
<version>2.9.8</version>
41+
</dependency>
42+
```
3543

3644
### Registering module
3745

0 commit comments

Comments
 (0)