Skip to content

Commit

Permalink
Update pom.xml (#6272)
Browse files Browse the repository at this point in the history
Added commons io library dependency for unit test Image to Text.
  • Loading branch information
vsrinivasprasad1 authored Mar 27, 2024
1 parent 2be97e4 commit 216204c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion javav2/example_code/bedrock-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,10 @@
<version>5.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 216204c

Please sign in to comment.