File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/main/java/io/hexlet/blog Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ dependencies {
2727 implementation(" org.springframework.boot:spring-boot-starter-security" )
2828 implementation(" org.springframework.boot:spring-boot-starter-oauth2-resource-server" )
2929
30- implementation(" org.springframework.security:spring-security-test" )
3130 implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0" )
3231
3332 implementation(" org.openapitools:jackson-databind-nullable:0.2.6" )
@@ -42,6 +41,7 @@ dependencies {
4241
4342 // implementation("io.sentry:sentry-spring-boot-starter-jqueryakarta:6.28.0")
4443 runtimeOnly(" com.h2database:h2:2.2.222" )
44+ testImplementation(" org.springframework.security:spring-security-test" )
4545 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
4646 testImplementation(platform(" org.junit:junit-bom:5.10.0" ))
4747 testImplementation(" org.junit.jupiter:junit-jupiter:5.10.0" )
Original file line number Diff line number Diff line change 2121import org .springframework .web .bind .annotation .RestController ;
2222
2323import io .hexlet .blog .model .Page ;
24- import lombok .AllArgsConstructor ;
2524import net .datafaker .Faker ;
2625
2726@ SpringBootApplication
28- @ AllArgsConstructor
2927@ RestController
3028@ EnableJpaAuditing
3129@ RequestMapping ("/api" )
You can’t perform that action at this time.
0 commit comments