From e868690c035714f21449fdcd8e7bfa3d97de6b41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E7=9C=9F=E4=BF=8A?= Date: Wed, 4 May 2016 19:51:53 +0800 Subject: [PATCH] add pom.xml based on build.gradle for android api client( using the volley HTTP library ); --- .../client/petstore/android/volley/pom.xml | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 samples/client/petstore/android/volley/pom.xml diff --git a/samples/client/petstore/android/volley/pom.xml b/samples/client/petstore/android/volley/pom.xml new file mode 100644 index 00000000000..2a3b8ef2f96 --- /dev/null +++ b/samples/client/petstore/android/volley/pom.xml @@ -0,0 +1,41 @@ + + + 4.0.0 + io.swagger + volley + 1.0.0 + + + io.swagger + swagger-annotations + 1.5.0 + compile + + + org.apache.httpcomponents + httpcore + 4.4.4 + compile + + + org.apache.httpcomponents + httpmime + 4.5.2 + compile + + + com.google.code.gson + gson + 2.3.1 + compile + + + com.mcxiaoke.volley + library + 1.0.19 + aar + compile + + +