You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: avro/README.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,8 @@
6
6
This project contains [Jackson](http://http://wiki.fasterxml.com/JacksonHome) extension component for reading and writing data encoded using
7
7
[Apache Avro](http://avro.apache.org/) data format.
8
8
9
-
Project adds necessary abstractions on top to make things work with other Jackson functionality. It relies on standard Avro library for Avro Schema handling, and some parts of deserialization/serialization.
10
-
11
-
Project is licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt).
9
+
Project adds necessary abstractions on top to make things work with other Jackson functionality.
10
+
It relies on standard Avro library for Avro Schema handling, and some parts of deserialization/serialization.
12
11
13
12
# Status
14
13
@@ -23,10 +22,12 @@ To use this extension on Maven-based projects, use following dependency:
0 commit comments