We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8481c5d commit 15375a3Copy full SHA for 15375a3
gradle.properties
@@ -14,6 +14,7 @@ guavaVersion=19.0
14
javaslangDatatypeVersion=2.0.2
15
javaslangVersion=2.0.2
16
guavaDatatypeVersion=2.6.3
17
+pCollectionsDatatypeVersion=2.6.3
18
logbackVersion=1.1.3
19
slf4jVersion=1.7.13
20
aspectJVersion=1.8.7
micro-jackson-configuration/build.gradle
@@ -1,6 +1,6 @@
1
description = 'micro-jackson-configuration'
2
dependencies {
3
-
+ compile 'com.fasterxml.jackson.datatype:jackson-datatype-pcollections:'+pCollectionsDatatypeVersion
4
compile project(':micro-core')
5
6
}
0 commit comments