Skip to content

Commit 0dd31ab

Browse files
committed
fixup! Regenerate samples
1 parent 4f08c75 commit 0dd31ab

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

samples/client/petstore/java/retrofit2-play26/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,6 @@
204204
<artifactId>swagger-annotations</artifactId>
205205
<version>${swagger-annotations-version}</version>
206206
</dependency>
207-
<dependency>
208-
<groupId>com.fasterxml.jackson.core</groupId>
209-
<artifactId>jackson-databind</artifactId>
210-
<version>${jackson-databind-version}</version>
211-
</dependency>
212207
<!-- @Nullable annotation -->
213208
<dependency>
214209
<groupId>com.google.code.findbugs</groupId>

samples/client/petstore/java/retrofit2/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,6 @@
204204
<artifactId>swagger-annotations</artifactId>
205205
<version>${swagger-annotations-version}</version>
206206
</dependency>
207-
<dependency>
208-
<groupId>com.fasterxml.jackson.core</groupId>
209-
<artifactId>jackson-databind</artifactId>
210-
<version>${jackson-databind-version}</version>
211-
</dependency>
212207
<!-- @Nullable annotation -->
213208
<dependency>
214209
<groupId>com.google.code.findbugs</groupId>

samples/client/petstore/java/retrofit2rx2/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,6 @@
204204
<artifactId>swagger-annotations</artifactId>
205205
<version>${swagger-annotations-version}</version>
206206
</dependency>
207-
<dependency>
208-
<groupId>com.fasterxml.jackson.core</groupId>
209-
<artifactId>jackson-databind</artifactId>
210-
<version>${jackson-databind-version}</version>
211-
</dependency>
212207
<!-- @Nullable annotation -->
213208
<dependency>
214209
<groupId>com.google.code.findbugs</groupId>

samples/client/petstore/java/retrofit2rx3/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,6 @@
204204
<artifactId>swagger-annotations</artifactId>
205205
<version>${swagger-annotations-version}</version>
206206
</dependency>
207-
<dependency>
208-
<groupId>com.fasterxml.jackson.core</groupId>
209-
<artifactId>jackson-databind</artifactId>
210-
<version>${jackson-databind-version}</version>
211-
</dependency>
212207
<!-- @Nullable annotation -->
213208
<dependency>
214209
<groupId>com.google.code.findbugs</groupId>

0 commit comments

Comments
 (0)