File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 113113 <artifactId >jackson-core</artifactId >
114114 <version >${jackson-version} </version >
115115 </dependency >
116+ <dependency >
117+ <groupId >com.fasterxml.jackson.core</groupId >
118+ <artifactId >jackson-databind</artifactId >
119+ <version >${jackson-version} </version >
120+ </dependency >
121+ <dependency >
122+ <groupId >com.fasterxml.jackson.datatype</groupId >
123+ <artifactId >jackson-datatype-joda</artifactId >
124+ <version >${jackson-version} </version >
125+ </dependency >
126+ <dependency >
127+ <groupId >com.fasterxml.jackson.module</groupId >
128+ <artifactId >jackson-module-jaxb-annotations</artifactId >
129+ <version >${jackson-version} </version >
130+ </dependency >
131+ <dependency >
132+ <groupId >com.fasterxml.jackson.module</groupId >
133+ <artifactId >jackson-module-afterburner</artifactId >
134+ <version >${jackson-version} </version >
135+ </dependency >
136+ <dependency >
137+ <groupId >com.fasterxml.jackson.jaxrs</groupId >
138+ <artifactId >jackson-jaxrs-json-provider</artifactId >
139+ <version >${jackson-version} </version >
140+ </dependency >
116141 <dependency >
117142 <groupId >appirio.platform</groupId >
118143 <artifactId >supply-library</artifactId >
You can’t perform that action at this time.
0 commit comments