WIP: Released version 4.0.0 -- TODO
[facebook-errors] / pom.xml
diff --git a/pom.xml b/pom.xml
index c5088ff..be37746 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
   <artifactId>facebook-errors</artifactId>
   <name>Juplo - Facebook-Errors</name>
   <description>Helper-Classes to handle errors, thrown by the Graph-API from Facebook</description>
-  <version>3.0.0</version>
+  <version>4.0.0</version>
   <packaging>jar</packaging>
   <url>http://juplo.de/facebook-errors</url>
 
   <dependencies>
 
     <!-- Spring-Boot-Autoconfiguration -->
+    <dependency>
+      <groupId>org.springframework.security</groupId>
+      <artifactId>spring-security-oauth2-client</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
       <artifactId>spring-boot-autoconfigure</artifactId>
       <optional>true</optional>
     </dependency>
-    <dependency>
-      <groupId>org.springframework.security</groupId>
-      <artifactId>spring-security-oauth2-client</artifactId>
-      <optional>true</optional>
-    </dependency>
 
     <!-- Needed for the mapping of error responses -->
     <dependency>