File tree 4 files changed +22
-1
lines changed
4 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 129
129
<jaxb .version>2.2.11</jaxb .version>
130
130
<jaxb-api .version>2.2.11</jaxb-api .version>
131
131
<maven-jaxb2-plugin .version>0.13.1</maven-jaxb2-plugin .version>
132
- <annox .version>1.0.1 </annox .version>
132
+ <annox .version>1.0.2 </annox .version>
133
133
<jaxb2-basics .version>0.11.1-SNAPSHOT</jaxb2-basics .version>
134
134
</properties >
135
135
<dependencies >
Original file line number Diff line number Diff line change 51
51
<groupId >org.jvnet.jaxb2_commons</groupId >
52
52
<artifactId >jaxb2-basics-annotate</artifactId >
53
53
</dependency >
54
+ <dependency >
55
+ <groupId >com.fasterxml.jackson.core</groupId >
56
+ <artifactId >jackson-annotations</artifactId >
57
+ <version >2.8.6</version >
58
+ </dependency >
54
59
</dependencies >
55
60
<build >
56
61
<defaultGoal >test</defaultGoal >
75
80
<groupId >org.jvnet.jaxb2_commons</groupId >
76
81
<artifactId >jaxb2-basics-annotate</artifactId >
77
82
</plugin >
83
+ <plugin >
84
+ <groupId >com.fasterxml.jackson.core</groupId >
85
+ <artifactId >jackson-annotations</artifactId >
86
+ <version >2.8.6</version >
87
+ </plugin >
78
88
</plugins >
79
89
</configuration >
80
90
</plugin >
Original file line number Diff line number Diff line change 54
54
<annox:annotate annox:class="java.lang.Deprecated" />
55
55
</annox:annotate>
56
56
</jaxb:bindings>
57
+ <jaxb:bindings node="xsd:complexType[@name='gh36Type']">
58
+ <annox:annotate>@com.fasterxml.jackson.annotation.JsonView(java.lang.Object.class)</annox:annotate>
59
+ </jaxb:bindings>
57
60
</jaxb:bindings>
58
61
</jaxb:bindings>
Original file line number Diff line number Diff line change 62
62
</xs : extension >
63
63
</xs : simpleContent >
64
64
</xs : complexType >
65
+
66
+ <xs : complexType name =" gh36Type" >
67
+ <xs : simpleContent >
68
+ <xs : extension base =" xs:string" >
69
+ <xs : attribute name =" attr" type =" xs:normalizedString" />
70
+ </xs : extension >
71
+ </xs : simpleContent >
72
+ </xs : complexType >
65
73
</xs : schema >
You can’t perform that action at this time.
0 commit comments