File tree Expand file tree Collapse file tree 3 files changed +53
-0
lines changed
Expand file tree Collapse file tree 3 files changed +53
-0
lines changed Original file line number Diff line number Diff line change 2727 <exclude >**/*Test*.class</exclude >
2828 </excludes >
2929 </instrumentation >
30+ <check />
3031 </configuration >
3132 <executions >
3233 <execution >
Original file line number Diff line number Diff line change 2727 <exclude >**/*Test*.class</exclude >
2828 </excludes >
2929 </instrumentation >
30+ <check />
3031 </configuration >
3132 <executions >
3233 <execution >
113114 <artifactId >jackson-core</artifactId >
114115 <version >${jackson-version} </version >
115116 </dependency >
117+ <dependency >
118+ <groupId >com.fasterxml.jackson.core</groupId >
119+ <artifactId >jackson-databind</artifactId >
120+ <version >${jackson-version} </version >
121+ </dependency >
122+ <dependency >
123+ <groupId >com.fasterxml.jackson.datatype</groupId >
124+ <artifactId >jackson-datatype-joda</artifactId >
125+ <version >${jackson-version} </version >
126+ </dependency >
127+ <dependency >
128+ <groupId >com.fasterxml.jackson.module</groupId >
129+ <artifactId >jackson-module-jaxb-annotations</artifactId >
130+ <version >${jackson-version} </version >
131+ </dependency >
132+ <dependency >
133+ <groupId >com.fasterxml.jackson.module</groupId >
134+ <artifactId >jackson-module-afterburner</artifactId >
135+ <version >${jackson-version} </version >
136+ </dependency >
137+ <dependency >
138+ <groupId >com.fasterxml.jackson.jaxrs</groupId >
139+ <artifactId >jackson-jaxrs-json-provider</artifactId >
140+ <version >${jackson-version} </version >
141+ </dependency >
116142 <dependency >
117143 <groupId >appirio.platform</groupId >
118144 <artifactId >supply-library</artifactId >
Original file line number Diff line number Diff line change 2727 <exclude >**/*Test*.class</exclude >
2828 </excludes >
2929 </instrumentation >
30+ <check />
3031 </configuration >
3132 <executions >
3233 <execution >
113114 <artifactId >jackson-core</artifactId >
114115 <version >${jackson-version} </version >
115116 </dependency >
117+ <dependency >
118+ <groupId >com.fasterxml.jackson.core</groupId >
119+ <artifactId >jackson-databind</artifactId >
120+ <version >${jackson-version} </version >
121+ </dependency >
122+ <dependency >
123+ <groupId >com.fasterxml.jackson.datatype</groupId >
124+ <artifactId >jackson-datatype-joda</artifactId >
125+ <version >${jackson-version} </version >
126+ </dependency >
127+ <dependency >
128+ <groupId >com.fasterxml.jackson.module</groupId >
129+ <artifactId >jackson-module-jaxb-annotations</artifactId >
130+ <version >${jackson-version} </version >
131+ </dependency >
132+ <dependency >
133+ <groupId >com.fasterxml.jackson.module</groupId >
134+ <artifactId >jackson-module-afterburner</artifactId >
135+ <version >${jackson-version} </version >
136+ </dependency >
137+ <dependency >
138+ <groupId >com.fasterxml.jackson.jaxrs</groupId >
139+ <artifactId >jackson-jaxrs-json-provider</artifactId >
140+ <version >${jackson-version} </version >
141+ </dependency >
116142 <dependency >
117143 <groupId >appirio.platform</groupId >
118144 <artifactId >supply-library</artifactId >
You can’t perform that action at this time.
0 commit comments