Skip to content

Commit

Permalink
Move WebConfig, OpenAPIConfig, PenaltyBucket util and all interceptor…
Browse files Browse the repository at this point in the history
…s to api module
  • Loading branch information
krabiworld committed Jan 1, 2025
1 parent 0bd84b3 commit 420e235
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions foxogram-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ repositories {

dependencies {
implementation project(path: ':foxogram-common')
implementation 'org.jetbrains:annotations:26.0.1'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-mail'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'com.bucket4j:bucket4j_jdk17-core:8.14.0'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0'
compileOnly 'org.projectlombok:lombok:1.18.36'
annotationProcessor 'org.projectlombok:lombok:1.18.36'
Expand Down
1 change: 0 additions & 1 deletion foxogram-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ dependencies {
implementation 'io.jsonwebtoken:jjwt-api:0.11.5' // v0.12.6 has no parserBuilder()
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.11.5'
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.11.5'
implementation 'com.bucket4j:bucket4j_jdk17-core:8.14.0'
implementation 'org.apache.commons:commons-imaging:1.0.0-alpha5'
implementation 'io.minio:minio:8.5.14'
implementation 'org.springframework.boot:spring-boot-starter-websocket'
Expand Down

0 comments on commit 420e235

Please sign in to comment.