From b649f32096868ce8224a6690a8fbdbf244480635 Mon Sep 17 00:00:00 2001 From: vsrinivasprasad1 <164411381+vsrinivasprasad1@users.noreply.github.com> Date: Fri, 22 Mar 2024 09:52:27 -0500 Subject: [PATCH] Update pom.xml 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 +