Repository: calcite Updated Branches: refs/heads/master 008bfd6e9 -> 6fbb67561
CVSS dependency-check-maven fails for calcite-plus module Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/6fbb6756 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/6fbb6756 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/6fbb6756 Branch: refs/heads/master Commit: 6fbb67561044f1552f0534ecfb79410b2cea75ae Parents: 008bfd6 Author: Volodymyr Vysotskyi <[email protected]> Authored: Sat Jul 14 17:34:00 2018 +0300 Committer: Volodymyr Vysotskyi <[email protected]> Committed: Sat Jul 14 17:34:00 2018 +0300 ---------------------------------------------------------------------- plus/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/6fbb6756/plus/pom.xml ---------------------------------------------------------------------- diff --git a/plus/pom.xml b/plus/pom.xml index 5628b79..4b50053 100644 --- a/plus/pom.xml +++ b/plus/pom.xml @@ -68,6 +68,12 @@ limitations under the License. <groupId>com.teradata.tpcds</groupId> <artifactId>tpcds</artifactId> <type>jar</type> + <exclusions> + <exclusion> + <artifactId>airline</artifactId> + <groupId>io.airlift</groupId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>junit</groupId> @@ -87,6 +93,12 @@ limitations under the License. <groupId>net.hydromatic</groupId> <artifactId>tpcds</artifactId> <type>jar</type> + <exclusions> + <exclusion> + <artifactId>airline</artifactId> + <groupId>io.airlift</groupId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.hamcrest</groupId>
