We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf40e8 commit f8b2aabCopy full SHA for f8b2aab
pom.xml
@@ -82,6 +82,7 @@
82
<el.version>5.0.0</el.version>
83
<jpa.version>3.1.0</jpa.version>
84
<hibernate.orm.version>6.4.0.Final</hibernate.orm.version>
85
+ <commons.io.version>2.20.0</commons.io.version>
86
<junit.platform.version>1.10.2</junit.platform.version>
87
<junit.jupiter.version>5.10.2</junit.jupiter.version>
88
<assertj.version>3.25.3</assertj.version>
@@ -468,6 +469,11 @@
468
469
<artifactId>jsr305</artifactId>
470
<version>${findbugs.version}</version>
471
</dependency>
472
+ <dependency>
473
+ <groupId>commons-io</groupId>
474
+ <artifactId>commons-io</artifactId>
475
+ <version>${commons.io.version}</version>
476
+ </dependency>
477
478
<!--### CLI ###-->
479
<!-- this package includes all jline submodules -->
0 commit comments