Skip to content

Commit

Permalink
feat: add netty dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LimiteDiTempo committed Oct 22, 2024
1 parent fffc63f commit 46fa4fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ dependencies {

//rabbitMQ
implementation 'org.springframework.boot:spring-boot-starter-amqp'
implementation 'io.projectreactor.netty:reactor-netty'

//google cloud api
implementation 'com.google.cloud:google-cloud-vision:3.34.0'
Expand Down Expand Up @@ -95,6 +96,9 @@ dependencies {
//health check
implementation 'org.springframework.boot:spring-boot-starter-actuator'

implementation 'org.apache.tomcat:tomcat-catalina:10.1.19' // 사용 중인 Tomcat 버전으로 변경


// //neis
// implementation 'org.springframework:spring-context:6.0.6'
// implementation 'org.springframework:spring-web:6.0.6'
Expand Down

0 comments on commit 46fa4fd

Please sign in to comment.