Repository: calcite-avatica Updated Branches: refs/heads/branch-avatica-1.13 6999aa65d -> 81a2650b0
Test API incompatibility build error fix Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/75daf4ec Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/75daf4ec Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/75daf4ec Branch: refs/heads/branch-avatica-1.13 Commit: 75daf4ecd28e3d1a561c53639d28ab65f6d92e1a Parents: 6999aa6 Author: Francis Chuang <[email protected]> Authored: Sun Nov 18 11:43:55 2018 +1100 Committer: Francis Chuang <[email protected]> Committed: Sun Nov 18 11:43:55 2018 +1100 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/75daf4ec/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2413ae0..a2a75ac 100644 --- a/pom.xml +++ b/pom.xml @@ -92,6 +92,7 @@ limitations under the License. <maven-checkstyle-plugin.version>3.0.0</maven-checkstyle-plugin.version> <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version> <maven-enforcer-plugin.version>3.0.0-M2</maven-enforcer-plugin.version> + <maven-scm-api.version>1.10.0</maven-scm-api.version> <maven-scm-provider.version>1.10.0</maven-scm-provider.version> <!-- ASF 21 provides 3.1.1 but need 3.2.0 due to MSHADE-289 --> <maven-shade-plugin.version>3.2.0</maven-shade-plugin.version> @@ -504,6 +505,11 @@ limitations under the License. <dependencies> <dependency> <groupId>org.apache.maven.scm</groupId> + <artifactId>maven-scm-api</artifactId> + <version>${maven-scm-api.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven.scm</groupId> <artifactId>maven-scm-provider-gitexe</artifactId> <version>${maven-scm-provider.version}</version> </dependency>
