add ci for akka-scala client (#5073)

This commit is contained in:
wing328 2017-03-15 23:08:40 +08:00 committed by GitHub
parent 2770d00a2c
commit 2da2a2631d
2 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -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>