JAVA-3585: Use common commons-io.version property in all child modules
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>${commons.io.version}</version>
|
||||
<version>${commons-io.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@@ -165,7 +165,6 @@
|
||||
<properties>
|
||||
<assembly.plugin.version>2.3</assembly.plugin.version>
|
||||
<commons.cli.version>1.2</commons.cli.version>
|
||||
<commons.io.version>2.1</commons.io.version>
|
||||
<httpclient.version>3.0.1</httpclient.version>
|
||||
<storm.version>1.2.2</storm.version>
|
||||
<kafka.version>1.0.0</kafka.version>
|
||||
|
||||
Reference in New Issue
Block a user