File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 61
61
<artifactId >guava</artifactId >
62
62
<version >${guava-version} </version >
63
63
</dependency >
64
+ <!-- JSON processing: jackson -->
65
+ <dependency >
66
+ <groupId >com.fasterxml.jackson.core</groupId >
67
+ <artifactId >jackson-core</artifactId >
68
+ <version >${jackson-version} </version >
69
+ </dependency >
70
+ <dependency >
71
+ <groupId >com.fasterxml.jackson.core</groupId >
72
+ <artifactId >jackson-annotations</artifactId >
73
+ <version >${jackson-version} </version >
74
+ </dependency >
75
+ <dependency >
76
+ <groupId >com.fasterxml.jackson.core</groupId >
77
+ <artifactId >jackson-databind</artifactId >
78
+ <version >${jackson-version} </version >
79
+ </dependency >
80
+ <dependency >
81
+ <groupId >com.fasterxml.jackson.dataformat</groupId >
82
+ <artifactId >jackson-dataformat-yaml</artifactId >
83
+ <version >${jackson-version} </version >
84
+ </dependency >
85
+ <dependency >
86
+ <groupId >com.fasterxml.jackson.datatype</groupId >
87
+ <artifactId >jackson-datatype-joda</artifactId >
88
+ <version >${jackson-version} </version >
89
+ </dependency >
64
90
<dependency >
65
91
<groupId >org.yaml</groupId >
66
92
<artifactId >snakeyaml</artifactId >
You can’t perform that action at this time.
0 commit comments