File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -22,27 +22,22 @@ repositories {
22
22
}
23
23
24
24
dependencies {
25
+ implementation ' org.springframework.boot:spring-boot-starter-web'
26
+ implementation ' org.springframework.boot:spring-boot-starter-actuator'
27
+
28
+ implementation(" com.auth0:java-jwt:4.4.0" )
25
29
implementation ' org.springframework.boot:spring-boot-starter-security'
30
+
26
31
implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
27
- implementation ' org.springframework.boot:spring-boot-starter-web'
28
32
implementation ' com.mysql:mysql-connector-j:8.3.0'
29
- implementation ' org.springframework.boot:spring-boot-starter-actuator'
30
33
31
- // implementation 'org.springframework.boot:spring-boot-starter-mail'
32
34
compileOnly ' org.projectlombok:lombok'
33
35
annotationProcessor ' org.projectlombok:lombok'
36
+
34
37
testImplementation ' org.springframework.boot:spring-boot-starter-test'
35
38
testImplementation ' org.springframework.security:spring-security-test'
36
-
37
39
implementation ' javax.validation:validation-api:2.0.1.Final'
38
40
39
- implementation ' org.bouncycastle:bcprov-jdk15on:1.70'
40
-
41
- // compileOnly 'javax.servlet:servlet-api:2.3'
42
- // compileOnly 'javax.servlet:javax.servlet-api:3.0.1'
43
- // implementation("org.passay:passay:1.6.4")
44
- implementation(" com.auth0:java-jwt:4.4.0" )
45
- // runtimeOnly("com.h2database:h2")
46
41
}
47
42
48
43
tasks. named(' test' ) {
You can’t perform that action at this time.
0 commit comments