forked from loafle/openapi-generator-original
add ci for akka-scala client (#5073)
This commit is contained in:
parent
2770d00a2c
commit
2da2a2631d
1
pom.xml
1
pom.xml
@ -758,6 +758,7 @@
|
|||||||
<!-- run ruby test first which has a random delay script to
|
<!-- run ruby test first which has a random delay script to
|
||||||
avoid issues with running 2 CI jobs in parallel. -->
|
avoid issues with running 2 CI jobs in parallel. -->
|
||||||
<!-- clients -->
|
<!-- clients -->
|
||||||
|
<module>samples/client/petstore/akka-scala</module>
|
||||||
<module>samples/client/petstore/ruby</module>
|
<module>samples/client/petstore/ruby</module>
|
||||||
<module>samples/client/petstore/android/volley</module>
|
<module>samples/client/petstore/android/volley</module>
|
||||||
<module>samples/client/petstore/bash</module>
|
<module>samples/client/petstore/bash</module>
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>io.swagger</groupId>
|
<groupId>io.swagger</groupId>
|
||||||
<artifactId>swagger-client</artifactId>
|
<artifactId>scala-akka-petstore-client</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>swagger-client</name>
|
<name>scala-akka-petstore-client</name>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
<prerequisites>
|
<prerequisites>
|
||||||
<maven>2.2.0</maven>
|
<maven>2.2.0</maven>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user