mirror of https://github.com/apache/iotdb
remote common io
This commit is contained in:
parent
ad11e6931c
commit
67349dac3c
9
pom.xml
9
pom.xml
|
@ -18,7 +18,6 @@
|
|||
<antlr3.version>3.5.2</antlr3.version>
|
||||
<joda.version>2.9.9</joda.version>
|
||||
<jline.version>2.14.5</jline.version>
|
||||
<common.io.version>2.5</common.io.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
@ -67,14 +66,6 @@
|
|||
<artifactId>jline</artifactId>
|
||||
<version>${jline.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>${common.io.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
|
Loading…
Reference in New Issue