From 0d97a835fa2052ded5a31e8921baf641c8e9bb57 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Mon, 11 Dec 2017 20:34:44 +0530 Subject: Make Http as separate plugin Issue-ID: CLI-66 Change-Id: I8ad78f417f6dbb00e29effdd3ed8ec1939aee81d Signed-off-by: Kanagaraj Manickam k00365106 --- profiles/http/pom.xml | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 profiles/http/pom.xml (limited to 'profiles/http/pom.xml') diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml new file mode 100644 index 00000000..ecc0a951 --- /dev/null +++ b/profiles/http/pom.xml @@ -0,0 +1,71 @@ + + + 4.0.0 + + org.onap.cli + cli-profiles + 2.0.0 + + + cli-profiles-http + cli-profiles/http + jar + + UTF-8 + + + + org.onap.cli + cli-sample-mock-generator + ${project.version} + + + org.apache.httpcomponents + httpclient + 4.3.5 + + + org.apache.httpcomponents + httpmime + 4.0.1 + compile + + + com.jayway.jsonpath + json-path + 2.2.0 + + + com.fasterxml.jackson.core + jackson-databind + 2.6.3 + + + junit + junit + 4.11 + test + + + org.jmockit + jmockit + 1.19 + test + + + org.jmockit + jmockit-coverage + 1.19 + test + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + -- cgit 1.2.3-korg