File tree Expand file tree Collapse file tree 6 files changed +26
-1
lines changed Expand file tree Collapse file tree 6 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 94
94
<artifactId >swagger-models</artifactId >
95
95
<version >${project.parent.version} </version >
96
96
</dependency >
97
+ <dependency >
98
+ <groupId >org.yaml</groupId >
99
+ <artifactId >snakeyaml</artifactId >
100
+ <version >${snakeyaml-version} </version >
101
+ </dependency >
97
102
<dependency >
98
103
<groupId >joda-time</groupId >
99
104
<artifactId >joda-time</artifactId >
Original file line number Diff line number Diff line change 161
161
<artifactId >swagger-core</artifactId >
162
162
<version >${project.parent.version} </version >
163
163
</dependency >
164
+ <dependency >
165
+ <groupId >org.yaml</groupId >
166
+ <artifactId >snakeyaml</artifactId >
167
+ <version >${snakeyaml-version} </version >
168
+ </dependency >
164
169
<dependency >
165
170
<groupId >${project.parent.groupId} </groupId >
166
171
<artifactId >swagger-core</artifactId >
Original file line number Diff line number Diff line change 53
53
<artifactId >swagger-jaxrs</artifactId >
54
54
<version >${project.parent.version} </version >
55
55
</dependency >
56
+ <dependency >
57
+ <groupId >org.yaml</groupId >
58
+ <artifactId >snakeyaml</artifactId >
59
+ <version >${snakeyaml-version} </version >
60
+ </dependency >
56
61
<dependency >
57
62
<groupId >com.sun.jersey.contribs</groupId >
58
63
<artifactId >jersey-multipart</artifactId >
Original file line number Diff line number Diff line change 64
64
</exclusion >
65
65
</exclusions >
66
66
</dependency >
67
+ <dependency >
68
+ <groupId >org.yaml</groupId >
69
+ <artifactId >snakeyaml</artifactId >
70
+ <version >${snakeyaml-version} </version >
71
+ </dependency >
67
72
<dependency >
68
73
<groupId >org.glassfish.jersey.containers</groupId >
69
74
<artifactId >jersey-container-servlet-core</artifactId >
Original file line number Diff line number Diff line change 34
34
<artifactId >swagger-core</artifactId >
35
35
<version >${project.parent.version} </version >
36
36
</dependency >
37
+ <dependency >
38
+ <groupId >org.yaml</groupId >
39
+ <artifactId >snakeyaml</artifactId >
40
+ <version >${snakeyaml-version} </version >
41
+ </dependency >
37
42
<dependency >
38
43
<groupId >javax.servlet</groupId >
39
44
<artifactId >servlet-api</artifactId >
Original file line number Diff line number Diff line change 632
632
This version pin for jackson-databind can be removed when bumping jackson to 2.14
633
633
-->
634
634
<jackson-databind-version >2.13.2.2</jackson-databind-version >
635
- <snakeyaml-version >1.32 </snakeyaml-version >
635
+ <snakeyaml-version >1.33 </snakeyaml-version >
636
636
<logback-version >1.2.9</logback-version >
637
637
<reflections-version >0.9.11</reflections-version >
638
638
<guava-version >31.0.1-android</guava-version >
You can’t perform that action at this time.
0 commit comments