diff --git a/pom.xml.circleci b/pom.xml.circleci index 9ae687499d7c..862bd4cc8801 100644 --- a/pom.xml.circleci +++ b/pom.xml.circleci @@ -823,6 +823,7 @@ samples/client/petstore/scala + samples/client/petstore/scalaz samples/client/petstore/clojure samples/client/petstore/java/feign samples/client/petstore/java/jersey1 diff --git a/samples/client/petstore/scalaz/pom.xml b/samples/client/petstore/scalaz/pom.xml new file mode 100644 index 000000000000..ca10b0bfe374 --- /dev/null +++ b/samples/client/petstore/scalaz/pom.xml @@ -0,0 +1,32 @@ + + 4.0.0 + io.swagger + scalaz-petstore-client + pom + 1.0-SNAPSHOT + scalaz-petstore-client + + + + org.codehaus.mojo + exec-maven-plugin + 1.5.0 + + + sbt-test + integration-test + + exec + + + sbt + + test + + + + + + + +