Skip to content

Commit 0bb6488

Browse files
committed
commons-io relocated
1 parent 17f3247 commit 0bb6488

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opengrok-indexer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Portions Copyright (c) 2020-2020, Lubos Kosco <[email protected]>.
5858
<version>1.21</version>
5959
</dependency>
6060
<dependency>
61-
<groupId>org.apache.commons</groupId>
61+
<groupId>commons-io</groupId>
6262
<artifactId>commons-io</artifactId>
6363
<version>${commons-io.version}</version>
6464
</dependency>

suggester/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Portions Copyright (c) 2020, Chris Fraire <[email protected]>.
6262
</dependency>
6363

6464
<dependency>
65-
<groupId>org.apache.commons</groupId>
65+
<groupId>commons-io</groupId>
6666
<artifactId>commons-io</artifactId>
6767
<version>${commons-io.version}</version>
6868
</dependency>

0 commit comments

Comments
 (0)