From 216204cf00a7afd747bb9e6a264a3428bbf212de Mon Sep 17 00:00:00 2001
From: vsrinivasprasad1 <164411381+vsrinivasprasad1@users.noreply.github.com>
Date: Wed, 27 Mar 2024 11:14:49 -0500
Subject: [PATCH] Update pom.xml (#6272)
Added commons io library dependency for unit test Image to Text.
---
javav2/example_code/bedrock-runtime/pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/javav2/example_code/bedrock-runtime/pom.xml b/javav2/example_code/bedrock-runtime/pom.xml
index 218f4c4d23c..94999a410fb 100644
--- a/javav2/example_code/bedrock-runtime/pom.xml
+++ b/javav2/example_code/bedrock-runtime/pom.xml
@@ -56,5 +56,10 @@
5.9.2
test
+
+ commons-io
+ commons-io
+ 2.15.1
+
-
\ No newline at end of file
+