Skip to content

Commit

Permalink
refactor : build.gradle 에 추가한 buddy 의존성 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
seongjunnoh committed Sep 22, 2024
1 parent 4044089 commit 432d54f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-websocket' // webSocket 추가
implementation 'org.springframework.boot:spring-boot-starter-data-mongodb' // MongoDB 추가
implementation 'net.bytebuddy:byte-buddy:1.14.5'

// QueryDSL
implementation 'com.querydsl:querydsl-jpa:5.0.0:jakarta'
Expand Down

0 comments on commit 432d54f

Please sign in to comment.