Kaynağa Gözat

Add DevTools dependency

Blazej 4 yıl önce
ebeveyn
işleme
6703471218
1 değiştirilmiş dosya ile 15 ekleme ve 0 silme
  1. 15 0
      pom.xml

+ 15 - 0
pom.xml

@@ -54,6 +54,21 @@
             <artifactId>spring-security-test</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.security</groupId>
+            <artifactId>spring-security-jwt</artifactId>
+            <version>1.1.1.RELEASE</version>
+        </dependency>
+        <dependency>
+            <groupId>com.auth0</groupId>
+            <artifactId>java-jwt</artifactId>
+            <version>3.19.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-devtools</artifactId>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
 
     <build>