Commit 22b2d36 1 parent ef3aac6 commit 22b2d36 Copy full SHA for 22b2d36
File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 194
194
<groupId >javax.validation</groupId >
195
195
<artifactId >validation-api</artifactId >
196
196
</dependency >
197
+ <dependency >
198
+ <groupId >org.codehaus.jackson</groupId >
199
+ <artifactId >jackson-core-asl</artifactId >
200
+ </dependency >
201
+ <dependency >
202
+ <groupId >org.codehaus.jackson</groupId >
203
+ <artifactId >jackson-mapper-asl</artifactId >
204
+ </dependency >
197
205
</dependencies >
198
206
<build >
199
207
<plugins >
Original file line number Diff line number Diff line change 108
108
<groupId >taglibs</groupId >
109
109
<artifactId >page</artifactId >
110
110
</dependency >
111
- <dependency >
112
- <groupId >org.codehaus.jackson</groupId >
113
- <artifactId >jackson-core-asl</artifactId >
114
- </dependency >
115
- <dependency >
116
- <groupId >org.codehaus.jackson</groupId >
117
- <artifactId >jackson-mapper-asl</artifactId >
118
- </dependency >
119
111
<dependency >
120
112
<groupId >org.liquibase</groupId >
121
113
<artifactId >liquibase-core</artifactId >
174
166
</profile >
175
167
</profiles >
176
168
177
- </project >
169
+ </project >
You can’t perform that action at this time.
0 commit comments