Skip to content

Commit f7e072f

Browse files
committed
[bugfix] Add missing dependencies on commons-io as introduced in 32b9dd2
1 parent 9ac03d1 commit f7e072f

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

extensions/indexes/ngram/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@
8686
<artifactId>xml-apis</artifactId>
8787
</dependency>
8888

89+
<dependency>
90+
<groupId>commons-io</groupId>
91+
<artifactId>commons-io</artifactId>
92+
<scope>test</scope>
93+
</dependency>
94+
8995
<dependency>
9096
<groupId>junit</groupId>
9197
<artifactId>junit</artifactId>

extensions/modules/cache/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@
8686
<artifactId>log4j-api</artifactId>
8787
</dependency>
8888

89+
<dependency>
90+
<groupId>commons-io</groupId>
91+
<artifactId>commons-io</artifactId>
92+
</dependency>
93+
8994
<dependency>
9095
<groupId>com.evolvedbinary.thirdparty.xml-apis</groupId>
9196
<artifactId>xml-apis</artifactId>

extensions/modules/mail/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@
118118
<artifactId>commons-codec</artifactId>
119119
</dependency>
120120

121+
<dependency>
122+
<groupId>commons-io</groupId>
123+
<artifactId>commons-io</artifactId>
124+
</dependency>
125+
121126
<dependency>
122127
<groupId>org.apache.logging.log4j</groupId>
123128
<artifactId>log4j-api</artifactId>

0 commit comments

Comments
 (0)