WIP: Spring-Upgrade auf 2.2.0
[facebook-errors] / pom.xml
diff --git a/pom.xml b/pom.xml
index c5088ff..705cb06 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <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>