Commit f9e94c3 1 parent ffc9294 commit f9e94c3 Copy full SHA for f9e94c3
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 206
206
<groupId >javax.validation</groupId >
207
207
<artifactId >validation-api</artifactId >
208
208
</dependency >
209
+ <dependency >
210
+ <groupId >org.codehaus.jackson</groupId >
211
+ <artifactId >jackson-core-asl</artifactId >
212
+ </dependency >
213
+ <dependency >
214
+ <groupId >org.codehaus.jackson</groupId >
215
+ <artifactId >jackson-mapper-asl</artifactId >
216
+ </dependency >
209
217
</dependencies >
210
218
<build >
211
219
<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 >
You can’t perform that action at this time.
0 commit comments