File tree 11 files changed +70
-0
lines changed
client/petstore/spring-stubs
spring-mvc-j8-localdatetime
springboot-beanvalidation
11 files changed +70
-0
lines changed 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