You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by vl...@apache.org on 2019/12/30 18:05:08 UTC

[calcite] branch master updated: [CALCITE-3652] Add org.apiguardian:apiguardian-api to specify API status

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/master by this push:
     new 87f8e34  [CALCITE-3652] Add org.apiguardian:apiguardian-api to specify API status
87f8e34 is described below

commit 87f8e34dcedd806a6ef64117caebb5a55f99e3d2
Author: Vladimir Sitnikov <si...@gmail.com>
AuthorDate: Mon Dec 30 20:24:06 2019 +0300

    [CALCITE-3652] Add org.apiguardian:apiguardian-api to specify API status
---
 bom/build.gradle.kts | 1 +
 gradle.properties    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/bom/build.gradle.kts b/bom/build.gradle.kts
index 2845764..d360d91 100644
--- a/bom/build.gradle.kts
+++ b/bom/build.gradle.kts
@@ -101,6 +101,7 @@ dependencies {
         apiv("org.apache.pig:pig")
         apiv("org.apache.pig:pigunit", "pig")
         apiv("org.apache.spark:spark-core_2.10", "spark")
+        apiv("org.apiguardian:apiguardian-api")
         apiv("org.bouncycastle:bcpkix-jdk15on", "bouncycastle")
         apiv("org.bouncycastle:bcprov-jdk15on", "bouncycastle")
         apiv("org.cassandraunit:cassandra-unit")
diff --git a/gradle.properties b/gradle.properties
index 36e0a8c..2a7ccca 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -62,6 +62,7 @@ spotbugs.version=3.1.11
 # but prefer more recent versions.
 # elasticsearch does not like asm:6.2.1+
 aggdesigner-algorithm.version=6.0
+apiguardian-api.version=1.1.0
 asm.version=7.2
 bouncycastle.version=1.60
 cassandra-all.version=3.11.2