Skip to content

Commit d0b7287

Browse files
committed
update kotlin server samples
1 parent da62116 commit d0b7287

File tree

2 files changed

+12
-0
lines changed
  • samples/server/petstore

2 files changed

+12
-0
lines changed

samples/server/petstore/kotlin-springboot-reactive/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@
9696
<artifactId>swagger-annotations</artifactId>
9797
<version>1.5.21</version>
9898
</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>
99105
<dependency>
100106
<groupId>com.fasterxml.jackson.dataformat</groupId>
101107
<artifactId>jackson-dataformat-yaml</artifactId>

samples/server/petstore/kotlin-springboot/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@
8686
<artifactId>swagger-annotations</artifactId>
8787
<version>1.5.21</version>
8888
</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>
8995
<dependency>
9096
<groupId>com.fasterxml.jackson.dataformat</groupId>
9197
<artifactId>jackson-dataformat-yaml</artifactId>

0 commit comments

Comments
 (0)