Skip to content

Commit 15375a3

Browse files
committed
add pcollections serialization / deserialization
1 parent 8481c5d commit 15375a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ guavaVersion=19.0
1414
javaslangDatatypeVersion=2.0.2
1515
javaslangVersion=2.0.2
1616
guavaDatatypeVersion=2.6.3
17+
pCollectionsDatatypeVersion=2.6.3
1718
logbackVersion=1.1.3
1819
slf4jVersion=1.7.13
1920
aspectJVersion=1.8.7

micro-jackson-configuration/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description = 'micro-jackson-configuration'
22
dependencies {
3-
3+
compile 'com.fasterxml.jackson.datatype:jackson-datatype-pcollections:'+pCollectionsDatatypeVersion
44
compile project(':micro-core')
55

66
}

0 commit comments

Comments
 (0)