Skip to content

Commit

Permalink
Just do the same as in asx
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Sep 5, 2024
1 parent 23f8f8f commit cf2e028
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,23 @@
<artifactId>jackson-databind</artifactId>
<version>2.17.2</version>
</dependency>

<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>1.65.1</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty-shaded</artifactId>
<version>1.65.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>1.65.1</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit cf2e028

Please sign in to comment.