forked from loafle/openapi-generator-original
Fix pom.mustache of retrofit2 client lib
This commit is contained in:
parent
a3701cd81c
commit
4b3dad7fb0
@ -112,6 +112,11 @@
|
||||
<artifactId>swagger-annotations</artifactId>
|
||||
<version>${swagger-core-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.squareup.retrofit2</groupId>
|
||||
<artifactId>converter-gson</artifactId>
|
||||
<version>${retrofit-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.squareup.retrofit2</groupId>
|
||||
<artifactId>retrofit</artifactId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user