WIP: site + wagon
[facebook-utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index c30c397..588e336 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -13,9 +13,9 @@
   <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>
+  <url>http://juplo.de/facebook-utils</url>
 
 
   <prerequisites>
       <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>
 
   <distributionManagement>
     <site>
-      <id>www.juplo.de</id>
-      <url>scp://juplo.de/var/www/juplo/facebook-utils-${project.version}</url>
+      <id>juplo.de</id>
+      <url>scpexe://juplo.de/var/www/juplo.de/facebook-utils-${project.version}</url>
     </site>
   </distributionManagement>