forked from loafle/openapi-generator-original
Fixed up duplicate pom ids
These were generated by bin/run-all-petstore, so ultimately that script should be modified to not generate the duplicate artifact ids.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# swagger-android-client
|
||||
# swagger-petstore-android-volley
|
||||
|
||||
## Requirements
|
||||
|
||||
@@ -27,7 +27,7 @@ Add this dependency to your project's POM:
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>io.swagger</groupId>
|
||||
<artifactId>swagger-android-client</artifactId>
|
||||
<artifactId>swagger-petstore-android-volley</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
@@ -38,7 +38,7 @@ Add this dependency to your project's POM:
|
||||
Add this dependency to your project's build file:
|
||||
|
||||
```groovy
|
||||
compile "io.swagger:swagger-android-client:1.0.0"
|
||||
compile "io.swagger:swagger-petstore-android-volley:1.0.0"
|
||||
```
|
||||
|
||||
### Others
|
||||
@@ -49,7 +49,7 @@ At first generate the JAR by executing:
|
||||
|
||||
Then manually install the following JARs:
|
||||
|
||||
* target/swagger-android-client-1.0.0.jar
|
||||
* target/swagger-petstore-android-volley-1.0.0.jar
|
||||
* target/lib/*.jar
|
||||
|
||||
## Getting Started
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>io.swagger</groupId>
|
||||
<artifactId>swagger-android-client</artifactId>
|
||||
<artifactId>swagger-petstore-android-volley</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>io.swagger</groupId>
|
||||
<artifactId>swagger-spring</artifactId>
|
||||
<artifactId>spring-boot-beanvalidation</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>spring-boot-beanvalidation</name>
|
||||
<version>1.0.0</version>
|
||||
@@ -70,4 +70,4 @@
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
</project>
|
||||
Reference in New Issue
Block a user