X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=74c10131eb31551cb1211745be289b8427dad886;hb=refs%2Fheads%2Fsite;hp=aa6fefdc1505e5f87e914eaeb13b27fa2fdf538f;hpb=2344baa082277120401d815461d5e13e831d510f;p=facebook-errors diff --git a/pom.xml b/pom.xml index aa6fefd..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 @@ -142,12 +142,19 @@ provided - + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + com.fasterxml.jackson.core jackson-databind ${jackson.version} + + org.springframework.security spring-security-core @@ -174,7 +181,6 @@ spring-expression - provided @@ -292,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 + + + + +