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 7b20e398194e35eba67d912927dfdeda635b9cdb
Author: Praneeth Chityala <[email protected]>
AuthorDate: Tue Jan 31 15:37:26 2023 -0500

    guava ver externalizing
---
 pom.xml                    | 1 +
 standalone-service/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f25aa90..17b03af 100755
--- a/pom.xml
+++ b/pom.xml
@@ -157,6 +157,7 @@
         <commons.io.version>2.6</commons.io.version>
         <apache.http.client.version>4.5.13</apache.http.client.version>
         <aws.sdk.version>1.12.372</aws.sdk.version>
+        <guava.version>31.1-jre</guava.version>
     </properties>
 
 </project>
diff --git a/standalone-service/pom.xml b/standalone-service/pom.xml
index d0623bf..7941253 100644
--- a/standalone-service/pom.xml
+++ b/standalone-service/pom.xml
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
-            <version>31.1-jre</version>
+            <version>${guava.version}</version>
         </dependency>
         <dependency>
             <groupId>io.github.lognet</groupId>

Reply via email to