gaodd 3 lat temu
rodzic
commit
9cde07044c
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7 0
      pom.xml

+ 7 - 0
pom.xml

@@ -121,6 +121,13 @@
121 121
             <artifactId>spring-boot-devtools</artifactId>
122 122
             <scope>runtime</scope>
123 123
         </dependency>
124
+        
125
+        <!-- auth0的jwt  -->
126
+         <dependency>
127
+	       <groupId>com.auth0</groupId>
128
+	       <artifactId>java-jwt</artifactId>
129
+	       <version>3.4.0</version>
130
+        </dependency>
124 131
 
125 132
     </dependencies>
126 133
     <dependencyManagement>