From b9eb1329a6dbec7b75c21d8e0eb13134121db6bb Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 19 Mar 2016 02:05:33 -0700 Subject: Initial commit for the CCB API Client. The client currently supports the following APIs: * individual_profiles * individual_profile_from_id * individual_profile_from_login_password * individual_profile_from_micr * custom_field_labels --- pom.xml | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..4e57db2 --- /dev/null +++ b/pom.xml @@ -0,0 +1,57 @@ + + + 4.0.0 + + com.p4square + ccbapi + 1.0-SNAPSHOT + + + + Jesse Morgan + jesse@jesterpm.net + + + + + + org.apache.httpcomponents + httpclient + 4.1.1 + + + junit + junit + 4.8.2 + test + + + org.easymock + easymock + 3.4 + test + + + + + + + src/test/resources + + + + + org.apache.maven.plugins + maven-compiler-plugin + [3.0) + + + 1.7 + 1.7 + + + + + \ No newline at end of file -- cgit v1.2.3