[maven-release-plugin] prepare for next development iteration
[facebook-errors] / pom.xml
diff --git a/pom.xml b/pom.xml
index c30c397..2de9e9c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
   <artifactId>facebook-utils</artifactId>
   <name>Juplo - Facebook Utils</name>
   <description>Collection of usefull classes for communicating with the Facebook-Graph-API</description>
-  <version>1.1-SNAPSHOT</version>
+  <version>2.5.1-SNAPSHOT</version>
   <packaging>jar</packaging>
   <url>http://www.juplo.de/facebook-utils</url>
 
       <scope>provided</scope>
     </dependency>
 
-    <!-- Needed to compile agains spring-security-oauth2 -->
+    <!-- Needed for the mapping of error responses -->
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+      <version>${jackson.version}</version>
+    </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
       <version>${jackson.version}</version>
     </dependency>
+
+    <!-- Needed to compile agains spring-security-oauth2 -->
     <dependency>
       <groupId>org.springframework.security</groupId>
       <artifactId>spring-security-core</artifactId>