This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git

commit 7e36f6d34f3a61db7257d38f61a72dfdc8f24fd1
Author: Praneeth Chityala <[email protected]>
AuthorDate: Tue Jan 31 15:21:45 2023 -0500

    guava 31.1-jre added
---
 standalone-service/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/standalone-service/pom.xml b/standalone-service/pom.xml
index f2a1de8..d0623bf 100644
--- a/standalone-service/pom.xml
+++ b/standalone-service/pom.xml
@@ -33,6 +33,11 @@
     <artifactId>mft-standalone-service</artifactId>
 
     <dependencies>
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+            <version>31.1-jre</version>
+        </dependency>
         <dependency>
             <groupId>io.github.lognet</groupId>
             <artifactId>grpc-spring-boot-starter</artifactId>

Reply via email to