This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch junit14 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit fb5ef9a7d0db93fa18086ebdfb9fabc60e07f4bc Author: HTHou <[email protected]> AuthorDate: Mon Apr 18 16:25:29 2022 +0800 add more --- cross-tests/pom.xml | 2 ++ influxdb-protocol/pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cross-tests/pom.xml b/cross-tests/pom.xml index a25770cace..b040d53215 100644 --- a/cross-tests/pom.xml +++ b/cross-tests/pom.xml @@ -56,10 +56,12 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-csv</artifactId> <version>1.9.0</version> + <scope>test</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> + <scope>test</scope> </dependency> </dependencies> <build> diff --git a/influxdb-protocol/pom.xml b/influxdb-protocol/pom.xml index b7541d235e..82344019d1 100644 --- a/influxdb-protocol/pom.xml +++ b/influxdb-protocol/pom.xml @@ -66,7 +66,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>${junit.version}</version> + <scope>test</scope> </dependency> <dependency> <groupId>org.antlr</groupId>
