diff --git a/.gitignore b/.gitignore index 93d8045..a927168 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ /Interactive /.DS_Store /.gradle +/.idea +/target \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..109e9b0 --- /dev/null +++ b/pom.xml @@ -0,0 +1,80 @@ + + + 4.0.0 + + org.noroomattheinn + tesla-client + 1.1-SNAPSHOT + + Tesla Rest API Client + + + UTF-8 + 1.8 + 1.8 + + + + src + + + + org.apache.maven.plugins + maven-shade-plugin + 2.4.3 + + + package + + shade + + + ${project.build.directory}/${project.artifactId}-${project.version}.uber.jar + + + + + + + + + + + org.apache.commons + commons-lang3 + 3.3.2 + + + commons-codec + commons-codec + 1.10 + + + org.apache.commons + commons-io + 1.3.2 + + + commons-logging + commons-logging + 1.1.3 + + + com.google.code.gson + gson + 2.2.4 + + + us.monoid.web + resty + 0.3.2 + + + com.google.code.geocoder-java + geocoder-java + 0.15 + + + + \ No newline at end of file