File tree 2 files changed +12
-0
lines changed
kotlin-springboot-reactive 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 96
96
<artifactId >swagger-annotations</artifactId >
97
97
<version >1.5.21</version >
98
98
</dependency >
99
+ <!-- @Nullable annotation -->
100
+ <dependency >
101
+ <groupId >com.google.code.findbugs</groupId >
102
+ <artifactId >jsr305</artifactId >
103
+ <version >3.0.2</version >
104
+ </dependency >
99
105
<dependency >
100
106
<groupId >com.fasterxml.jackson.dataformat</groupId >
101
107
<artifactId >jackson-dataformat-yaml</artifactId >
Original file line number Diff line number Diff line change 86
86
<artifactId >swagger-annotations</artifactId >
87
87
<version >1.5.21</version >
88
88
</dependency >
89
+ <!-- @Nullable annotation -->
90
+ <dependency >
91
+ <groupId >com.google.code.findbugs</groupId >
92
+ <artifactId >jsr305</artifactId >
93
+ <version >3.0.2</version >
94
+ </dependency >
89
95
<dependency >
90
96
<groupId >com.fasterxml.jackson.dataformat</groupId >
91
97
<artifactId >jackson-dataformat-yaml</artifactId >
You can’t perform that action at this time.
0 commit comments