File tree Expand file tree Collapse file tree 13 files changed +85
-0
lines changed
modules/openapi-generator/src/main/resources/JavaSpring/libraries
client/petstore/spring-stubs
spring-mvc-j8-localdatetime
springboot-beanvalidation Expand file tree Collapse file tree 13 files changed +85
-0
lines changed Original file line number Diff line number Diff line change 94
94
<artifactId >springfox-swagger-ui</artifactId >
95
95
<version >${ springfox-version} </version >
96
96
</dependency >
97
+ <dependency >
98
+ <groupId >javax.xml.bind</groupId >
99
+ <artifactId >jaxb-api</artifactId >
100
+ <version >2.2.11</version >
101
+ </dependency >
97
102
{ {/useSpringfox} }
98
103
{ {^useSpringfox} }
99
104
<dependency >
Original file line number Diff line number Diff line change 137
137
<artifactId >spring-web</artifactId >
138
138
<version >${ spring-version} </version >
139
139
</dependency >
140
+ <dependency >
141
+ <groupId >javax.annotation</groupId >
142
+ <artifactId >javax.annotation-api</artifactId >
143
+ <version >1.3.2</version >
144
+ </dependency >
145
+ <dependency >
146
+ <groupId >javax.xml.bind</groupId >
147
+ <artifactId >jaxb-api</artifactId >
148
+ <version >2.2.11</version >
149
+ </dependency >
140
150
{ {#useSpringfox} }
141
151
<!-- SpringFox dependencies-->
142
152
<dependency >
Original file line number Diff line number Diff line change 35
35
<artifactId >springfox-swagger-ui</artifactId >
36
36
<version >${springfox-version} </version >
37
37
</dependency >
38
+ <dependency >
39
+ <groupId >javax.xml.bind</groupId >
40
+ <artifactId >jaxb-api</artifactId >
41
+ <version >2.2.11</version >
42
+ </dependency >
38
43
<dependency >
39
44
<groupId >com.fasterxml.jackson.datatype</groupId >
40
45
<artifactId >jackson-datatype-jsr310</artifactId >
Original file line number Diff line number Diff line change 95
95
<artifactId >spring-web</artifactId >
96
96
<version >${spring-version} </version >
97
97
</dependency >
98
+ <dependency >
99
+ <groupId >javax.annotation</groupId >
100
+ <artifactId >javax.annotation-api</artifactId >
101
+ <version >1.3.2</version >
102
+ </dependency >
103
+ <dependency >
104
+ <groupId >javax.xml.bind</groupId >
105
+ <artifactId >jaxb-api</artifactId >
106
+ <version >2.2.11</version >
107
+ </dependency >
98
108
<!-- SpringFox dependencies-->
99
109
<dependency >
100
110
<groupId >io.springfox</groupId >
Original file line number Diff line number Diff line change 95
95
<artifactId >spring-web</artifactId >
96
96
<version >${spring-version} </version >
97
97
</dependency >
98
+ <dependency >
99
+ <groupId >javax.annotation</groupId >
100
+ <artifactId >javax.annotation-api</artifactId >
101
+ <version >1.3.2</version >
102
+ </dependency >
103
+ <dependency >
104
+ <groupId >javax.xml.bind</groupId >
105
+ <artifactId >jaxb-api</artifactId >
106
+ <version >2.2.11</version >
107
+ </dependency >
98
108
<!-- SpringFox dependencies-->
99
109
<dependency >
100
110
<groupId >io.springfox</groupId >
Original file line number Diff line number Diff line change 95
95
<artifactId >spring-web</artifactId >
96
96
<version >${spring-version} </version >
97
97
</dependency >
98
+ <dependency >
99
+ <groupId >javax.annotation</groupId >
100
+ <artifactId >javax.annotation-api</artifactId >
101
+ <version >1.3.2</version >
102
+ </dependency >
103
+ <dependency >
104
+ <groupId >javax.xml.bind</groupId >
105
+ <artifactId >jaxb-api</artifactId >
106
+ <version >2.2.11</version >
107
+ </dependency >
98
108
<!-- SpringFox dependencies-->
99
109
<dependency >
100
110
<groupId >io.springfox</groupId >
Original file line number Diff line number Diff line change 48
48
<artifactId >springfox-swagger-ui</artifactId >
49
49
<version >${springfox-version} </version >
50
50
</dependency >
51
+ <dependency >
52
+ <groupId >javax.xml.bind</groupId >
53
+ <artifactId >jaxb-api</artifactId >
54
+ <version >2.2.11</version >
55
+ </dependency >
51
56
<dependency >
52
57
<groupId >com.github.joschi.jackson</groupId >
53
58
<artifactId >jackson-datatype-threetenbp</artifactId >
Original file line number Diff line number Diff line change 48
48
<artifactId >springfox-swagger-ui</artifactId >
49
49
<version >${springfox-version} </version >
50
50
</dependency >
51
+ <dependency >
52
+ <groupId >javax.xml.bind</groupId >
53
+ <artifactId >jaxb-api</artifactId >
54
+ <version >2.2.11</version >
55
+ </dependency >
51
56
<dependency >
52
57
<groupId >com.fasterxml.jackson.datatype</groupId >
53
58
<artifactId >jackson-datatype-jsr310</artifactId >
Original file line number Diff line number Diff line change 48
48
<artifactId >springfox-swagger-ui</artifactId >
49
49
<version >${springfox-version} </version >
50
50
</dependency >
51
+ <dependency >
52
+ <groupId >javax.xml.bind</groupId >
53
+ <artifactId >jaxb-api</artifactId >
54
+ <version >2.2.11</version >
55
+ </dependency >
51
56
<dependency >
52
57
<groupId >com.github.joschi.jackson</groupId >
53
58
<artifactId >jackson-datatype-threetenbp</artifactId >
Original file line number Diff line number Diff line change 48
48
<artifactId >springfox-swagger-ui</artifactId >
49
49
<version >${springfox-version} </version >
50
50
</dependency >
51
+ <dependency >
52
+ <groupId >javax.xml.bind</groupId >
53
+ <artifactId >jaxb-api</artifactId >
54
+ <version >2.2.11</version >
55
+ </dependency >
51
56
<dependency >
52
57
<groupId >com.fasterxml.jackson.datatype</groupId >
53
58
<artifactId >jackson-datatype-jsr310</artifactId >
Original file line number Diff line number Diff line change 48
48
<artifactId >springfox-swagger-ui</artifactId >
49
49
<version >${springfox-version} </version >
50
50
</dependency >
51
+ <dependency >
52
+ <groupId >javax.xml.bind</groupId >
53
+ <artifactId >jaxb-api</artifactId >
54
+ <version >2.2.11</version >
55
+ </dependency >
51
56
<dependency >
52
57
<groupId >com.fasterxml.jackson.datatype</groupId >
53
58
<artifactId >jackson-datatype-jsr310</artifactId >
Original file line number Diff line number Diff line change 48
48
<artifactId >springfox-swagger-ui</artifactId >
49
49
<version >${springfox-version} </version >
50
50
</dependency >
51
+ <dependency >
52
+ <groupId >javax.xml.bind</groupId >
53
+ <artifactId >jaxb-api</artifactId >
54
+ <version >2.2.11</version >
55
+ </dependency >
51
56
<dependency >
52
57
<groupId >com.fasterxml.jackson.datatype</groupId >
53
58
<artifactId >jackson-datatype-jsr310</artifactId >
Original file line number Diff line number Diff line change 48
48
<artifactId >springfox-swagger-ui</artifactId >
49
49
<version >${springfox-version} </version >
50
50
</dependency >
51
+ <dependency >
52
+ <groupId >javax.xml.bind</groupId >
53
+ <artifactId >jaxb-api</artifactId >
54
+ <version >2.2.11</version >
55
+ </dependency >
51
56
<dependency >
52
57
<groupId >com.fasterxml.jackson.datatype</groupId >
53
58
<artifactId >jackson-datatype-jsr310</artifactId >
You can’t perform that action at this time.
0 commit comments