From 904ffdf2f3d2124e1f9e76c97be9ab00b4c3dbf7 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Thu, 20 Mar 2014 11:51:02 +0100 Subject: [PATCH] Collection of usefull tools for communicating with the Graph-API --- .gitignore | 1 + pom.xml | 220 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 221 insertions(+) create mode 100644 .gitignore create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eb5a316 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +target diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..a78c5d5 --- /dev/null +++ b/pom.xml @@ -0,0 +1,220 @@ + + + 4.0.0 + + + de.juplo + facebook-utils + Juplo - Facebook Utils + Collection of usefull classes for communicating with the Facebook-Graph-API + 1.0-SNAPSHOT + jar + http://www.juplo.de/facebook-utils + + + + 2.0.6 + + + + + scm:git:http://juplo.de/git/facebook-utils + scm:git:ssh://juplo.de:/var/lib/git/juplo/facebook-utils + http://juplo.de/gitweb/?p=facebook-utils;a=summary + + + + + + kai + Kai Moritz + kai@juplo.de + + + + + + + + UTF-8 + + + 1.7 + 3.0.1 + 1.5.8 + 3.2.4.RELEASE + 1.0.5.RELEASE + + + + + + + + + org.springframework.security.oauth + spring-security-oauth2 + ${spring-security-oauth.version} + + + commons-codec + commons-codec + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + org.springframework + spring-expression + + + org.springframework + spring-jdbc + + + org.springframework + spring-web + + + org.springframework + spring-webmvc + + + org.springframework.security + spring-security-config + + + org.springframework.security + spring-security-core + + + org.springframework.security + spring-security-web + + + + + org.springframework + spring-webmvc + ${springframework.version} + + + commons-logging + commons-logging + + + provided + + + + + commons-codec + commons-codec + ${commons-codec.version} + + + + + javax.servlet + javax.servlet-api + ${servlet-api.version} + provided + + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + runtime + + + + + + + + juplo.internal + Internal Release Repository + http://juplo.de/archiva/repository/internal/ + + + juplo.snapshots + Internal Snapshot Repository + http://juplo.de/archiva/repository/snapshots/ + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.7 + 1.7 + utf8 + true + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + verify + + jar + + + + + + + + + + + + maven-changes-plugin + + + maven-javadoc-plugin + + + maven-jxr-plugin + + + maven-surefire-report-plugin + + + maven-scm-plugin + + install + + + + + + -- 2.20.1