X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=74c10131eb31551cb1211745be289b8427dad886;hb=refs%2Fheads%2Fsite;hp=bc9069fdb87a2de78ee9d31bd7399dce6cbd80b2;hpb=450cc98b6aee21b0c7d9181a1a79437d558366c9;p=facebook-errors diff --git a/pom.xml b/pom.xml index bc9069f..74c1013 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ facebook-utils Juplo - Facebook Utils Collection of usefull classes for communicating with the Facebook-Graph-API - 1.1-SNAPSHOT + 2.5.0 jar http://www.juplo.de/facebook-utils @@ -58,15 +58,15 @@ 1.7 - 2.3.2 - 4.11 - 1.1.2 + 1.8.5 + 2.6.2 + 4.12 + 1.1.3 3.0.1 - 1.7.6 - 3.2.4.RELEASE - 3.2.4.RELEASE - 3.1.3.RELEASE - 1.0.5.RELEASE + 1.7.12 + 4.2.1.RELEASE + 4.0.2.RELEASE + 2.0.8.RELEASE @@ -132,7 +132,7 @@ org.springframework spring-webmvc - ${spring.version} + ${springframework.version} commons-logging @@ -142,13 +142,19 @@ provided - + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + com.fasterxml.jackson.core jackson-databind ${jackson.version} - provided + + org.springframework.security spring-security-core @@ -175,6 +181,13 @@ spring-expression + + + + + org.aspectj + aspectjrt + ${aspectj.version} provided @@ -224,6 +237,12 @@ logback-classic ${logback.version} test + + + org.slf4j + slf4j-api + + @@ -250,6 +269,21 @@ true + + org.codehaus.mojo + aspectj-maven-plugin + 1.8 + + 1.7 + + + + + compile + + + + org.apache.maven.plugins maven-source-plugin @@ -264,7 +298,48 @@ + + org.apache.maven.plugins + maven-resources-plugin + 2.7 + + + copy-resources + pre-site + + copy-resources + + + ${project.build.directory}/filtered-site + + + src/site + true + + + + + + + + + + maven-site-plugin + 3.4 + + ${project.build.directory}/filtered-site + + + + org.apache.maven.wagon + wagon-ssh + 2.9 + + + + +