File tree 2 files changed +2
-4
lines changed
src/test/java/com/fasterxml/jackson/dataformat/xml/failing
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.fasterxml.jackson</groupId >
6
6
<artifactId >jackson-bom</artifactId >
7
- <version >2.9.0.pr3 </version >
7
+ <version >2.9.0.pr4-SNAPSHOT </version >
8
8
</parent >
9
9
<groupId >com.fasterxml.jackson.dataformat</groupId >
10
10
<artifactId >jackson-dataformat-xml</artifactId >
11
- <version >2.9.0-SNAPSHOT</version >
11
+ <version >2.9.0.pr4 -SNAPSHOT</version >
12
12
<name >Jackson-dataformat-XML</name >
13
13
<packaging >bundle</packaging >
14
14
<description >Data format extension for Jackson (http://jackson.codehaus.org) to offer
Original file line number Diff line number Diff line change 1
1
package com .fasterxml .jackson .dataformat .xml .failing ;
2
2
3
- import java .util .ArrayList ;
4
3
import java .util .Arrays ;
5
4
import java .util .List ;
6
5
7
6
import com .fasterxml .jackson .annotation .JsonInclude .Include ;
8
- import com .fasterxml .jackson .annotation .JsonProperty ;
9
7
import com .fasterxml .jackson .dataformat .xml .XmlMapper ;
10
8
import com .fasterxml .jackson .dataformat .xml .XmlTestBase ;
11
9
import com .fasterxml .jackson .dataformat .xml .annotation .JacksonXmlElementWrapper ;
You can’t perform that action at this time.
0 commit comments