Skip to content

Commit 7e9c723

Browse files
committed
[bugfix] Add missing dependencies on commons-io as introduced in 95abee0
1 parent dda60ea commit 7e9c723

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

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
@@ -111,6 +111,11 @@
111111
<artifactId>commons-codec</artifactId>
112112
</dependency>
113113

114+
<dependency>
115+
<groupId>commons-io</groupId>
116+
<artifactId>commons-io</artifactId>
117+
</dependency>
118+
114119
<dependency>
115120
<groupId>org.apache.logging.log4j</groupId>
116121
<artifactId>log4j-api</artifactId>

0 commit comments

Comments
 (0)