Skip to content

Commit f8b2aab

Browse files
committed
Add commons-io
1 parent 1bf40e8 commit f8b2aab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
<el.version>5.0.0</el.version>
8383
<jpa.version>3.1.0</jpa.version>
8484
<hibernate.orm.version>6.4.0.Final</hibernate.orm.version>
85+
<commons.io.version>2.20.0</commons.io.version>
8586
<junit.platform.version>1.10.2</junit.platform.version>
8687
<junit.jupiter.version>5.10.2</junit.jupiter.version>
8788
<assertj.version>3.25.3</assertj.version>
@@ -468,6 +469,11 @@
468469
<artifactId>jsr305</artifactId>
469470
<version>${findbugs.version}</version>
470471
</dependency>
472+
<dependency>
473+
<groupId>commons-io</groupId>
474+
<artifactId>commons-io</artifactId>
475+
<version>${commons.io.version}</version>
476+
</dependency>
471477

472478
<!--### CLI ###-->
473479
<!-- this package includes all jline submodules -->

0 commit comments

Comments
 (0)