Switched from the manual implemented authentication-layer to Spring Security
[examples/facebook-app] / pom.xml
diff --git a/pom.xml b/pom.xml
index 91aaa8b..5c70ea4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-thymeleaf</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter-security</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.springframework.social</groupId>
       <artifactId>spring-social-facebook</artifactId>
       <groupId>org.springframework.social</groupId>
       <artifactId>spring-social-facebook-web</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.springframework.security</groupId>
-      <artifactId>spring-security-crypto</artifactId>
-      <scope>runtime</scope>
-    </dependency>
     <!-- Httpclient -->
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>