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

mbalassi pushed a commit to branch release-1.15.2.4-acs
in repository https://gitbox.apache.org/repos/asf/flink.git

commit e21950836101a09b3421780f436e1ff278cc704d
Author: Gyula Fora <[email protected]>
AuthorDate: Wed Jan 19 14:01:44 2022 +0100

    [internal] Update hive version to 3.1.3.0-apple
---
 flink-connectors/flink-connector-hive/pom.xml      |  59 ++++++++++++
 .../flink-sql-connector-hive-3.1.3.0-apple/pom.xml | 107 +++++++++++++++++++++
 .../src/main/resources/META-INF/NOTICE             |  60 ++++++++++++
 .../main/resources/META-INF/licenses/LICENSE.antlr |  26 +++++
 .../resources/META-INF/licenses/LICENSE.javolution |  27 ++++++
 .../main/resources/META-INF/licenses/LICENSE.jodd  |  22 +++++
 .../main/resources/META-INF/licenses/LICENSE.kryo  |  10 ++
 .../resources/META-INF/licenses/LICENSE.minlog     |  10 ++
 .../resources/META-INF/licenses/LICENSE.protobuf   |  32 ++++++
 .../resources/META-INF/licenses/LICENSE.reflectasm |  10 ++
 flink-connectors/pom.xml                           |   1 +
 pom.xml                                            |   8 ++
 12 files changed, 372 insertions(+)

diff --git a/flink-connectors/flink-connector-hive/pom.xml 
b/flink-connectors/flink-connector-hive/pom.xml
index 7de740dd6d6..3224908ae77 100644
--- a/flink-connectors/flink-connector-hive/pom.xml
+++ b/flink-connectors/flink-connector-hive/pom.xml
@@ -1203,6 +1203,65 @@ under the License.
                                </dependency>
                        </dependencies>
 
+               </profile>
+               <profile>
+                       <id>hive-3.1.3.0-apple</id>
+                       <properties>
+                               <hive.version>3.1.3.0-apple</hive.version>
+                               <derby.version>10.14.1.0</derby.version>
+                               <!-- need a hadoop version that fixes 
HADOOP-14683 -->
+                               
<hivemetastore.hadoop.version>2.8.2</hivemetastore.hadoop.version>
+                       </properties>
+
+                       <dependencyManagement>
+                               <dependencies>
+                                       <dependency>
+                                               
<groupId>org.apache.hive</groupId>
+                                               
<artifactId>hive-metastore</artifactId>
+                                               
<version>${hive.version}</version>
+                                               <scope>provided</scope>
+                                               <exclusions>
+                                                       <exclusion>
+                                                               <!-- Override 
arrow netty dependency -->
+                                                               
<groupId>io.netty</groupId>
+                                                               
<artifactId>netty-buffer</artifactId>
+                                                       </exclusion>
+                                                       <exclusion>
+                                                               <!-- Override 
arrow netty dependency -->
+                                                               
<groupId>io.netty</groupId>
+                                                               
<artifactId>netty-common</artifactId>
+                                                       </exclusion>
+                                               </exclusions>
+                                       </dependency>
+                               </dependencies>
+                       </dependencyManagement>
+
+                       <dependencies>
+                               <dependency>
+                                       <!-- Bump arrow netty dependency -->
+                                       <groupId>io.netty</groupId>
+                                       <artifactId>netty-buffer</artifactId>
+                                       <version>4.1.46.Final</version>
+                                       <scope>provided</scope>
+                               </dependency>
+
+                               <dependency>
+                                       <!-- Bump arrow netty dependency -->
+                                       <groupId>io.netty</groupId>
+                                       <artifactId>netty-common</artifactId>
+                                       <version>4.1.46.Final</version>
+                                       <scope>provided</scope>
+                               </dependency>
+
+                               <!-- Required by orc tests -->
+                               <dependency>
+                                       <groupId>org.apache.hadoop</groupId>
+                                       <artifactId>hadoop-hdfs</artifactId>
+                                       
<version>${hivemetastore.hadoop.version}</version>
+                                       <scope>test</scope>
+                               </dependency>
+                       </dependencies>
+
                </profile>
                <profile>
                        <id>skip-hive-tests</id>
diff --git a/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/pom.xml 
b/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/pom.xml
new file mode 100644
index 00000000000..b44f1f1e8e3
--- /dev/null
+++ b/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/pom.xml
@@ -0,0 +1,107 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+                xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+       <modelVersion>4.0.0</modelVersion>
+
+       <parent>
+               <groupId>org.apache.flink</groupId>
+               <artifactId>flink-connectors</artifactId>
+               <version>1.15.0-acs-SNAPSHOT</version>
+               <relativePath>..</relativePath>
+       </parent>
+
+       
<artifactId>flink-sql-connector-hive-3.1.3.0-apple_${scala.binary.version}</artifactId>
+       <name>Flink : Connectors : SQL : Hive 3.1.3.0-apple</name>
+
+       <packaging>jar</packaging>
+
+       <dependencies>
+               <dependency>
+                       <groupId>org.apache.flink</groupId>
+                       
<artifactId>flink-connector-hive_${scala.binary.version}</artifactId>
+                       <version>${project.version}</version>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.apache.hive</groupId>
+                       <artifactId>hive-exec</artifactId>
+                       <version>3.1.3.0-apple</version>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>log4j</groupId>
+                                       <artifactId>log4j</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.slf4j</groupId>
+                                       <artifactId>slf4j-log4j12</artifactId>
+                               </exclusion>
+                       </exclusions>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.apache.thrift</groupId>
+                       <artifactId>libfb303</artifactId>
+                       <version>0.9.3</version>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.antlr</groupId>
+                       <artifactId>antlr-runtime</artifactId>
+                       <version>3.5.2</version>
+               </dependency>
+       </dependencies>
+
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-shade-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>shade-flink</id>
+                                               <phase>package</phase>
+                                               <goals>
+                                                       <goal>shade</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <artifactSet>
+                                                               <includes>
+                                                                       
<include>org.apache.flink:flink-connector-hive_${scala.binary.version}</include>
+                                                                       
<include>org.apache.hive:hive-exec</include>
+                                                                       
<include>org.apache.thrift:libfb303</include>
+                                                                       
<include>org.antlr:antlr-runtime</include>
+                                                               </includes>
+                                                       </artifactSet>
+                                                       <relocations>
+                                                               <relocation>
+                                                                       
<pattern>org.apache.parquet</pattern>
+                                                                       
<shadedPattern>org.apache.hive.shaded.parquet</shadedPattern>
+                                                               </relocation>
+                                                       </relocations>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
+               </plugins>
+       </build>
+</project>
diff --git 
a/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/NOTICE
 
b/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/NOTICE
new file mode 100644
index 00000000000..3aa05e8da72
--- /dev/null
+++ 
b/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/NOTICE
@@ -0,0 +1,60 @@
+flink-sql-connector-hive-3.1.2
+Copyright 2014-2021 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This project bundles the following dependencies under the Apache Software 
License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+- org.apache.hive:hive-exec:3.1.2
+- org.apache.thrift:libfb303:0.9.3
+
+This project bundles the following dependencies under the BSD license.
+See bundled license files for details.
+
+- org.antlr:antlr-runtime:3.5.2
+
+The bundled Apache Hive org.apache.hive:hive-exec dependency bundles the 
following dependencies under
+the Apache Software License 2.0 
(http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+- com.google.guava:guava:19.0
+- com.googlecode.javaewah:JavaEWAH:0.3.2
+- com.tdunning:json:1.8
+- commons-lang:commons-lang:2.6
+- io.airlift:aircompressor:0.10
+- javax.jdo:jdo-api:3.0.1
+- joda-time:joda-time:2.9.9
+- net.sf.opencsv:opencsv:2.3
+- org.apache.avro:avro-mapred:1.7.7
+- org.apache.avro:avro:1.7.7
+- org.apache.commons:commons-lang3:3.3.2
+- org.apache.hive.shims:hive-shims-0.23:3.1.2
+- org.apache.hive.shims:hive-shims-common:3.1.2
+- org.apache.hive:hive-common:3.1.2
+- org.apache.hive:hive-llap-client:3.1.2
+- org.apache.hive:hive-llap-common:3.1.2
+- org.apache.hive:hive-metastore:3.1.2
+- org.apache.hive:hive-serde:3.1.2
+- org.apache.hive:hive-service-rpc:3.1.2
+- org.apache.hive:hive-spark-client:3.1.2
+- org.apache.hive:hive-standalone-metastore:3.1.2
+- org.apache.hive:hive-storage-api:2.7.0
+- org.apache.orc:orc-core:1.5.6
+- org.apache.orc:orc-shims:1.5.6
+- org.apache.orc:orc-tools:1.5.6
+- org.apache.parquet:parquet-hadoop-bundle:1.10.0
+- org.apache.parquet:parquet-jackson:1.10.0
+- org.apache.thrift:libthrift:0.9.3
+- org.codehaus.jackson:jackson-core-asl:1.9.13
+- org.codehaus.jackson:jackson-mapper-asl:1.9.13
+- org.objenesis:objenesis:2.1
+
+The bundled Apache Hive org.apache.hive:hive-exec dependency bundles the 
following dependencies under the BSD license.
+See bundled license files for details.
+
+- com.esotericsoftware:kryo-shaded:3.0.3
+- com.esotericsoftware:minlog:1.3.0
+- com.esotericsoftware:reflectasm:1.10.1
+- com.google.protobuf:protobuf-java:2.5.0
+- javolution:javolution:5.5.1
+- org.jodd:jodd-core:3.5.2
diff --git 
a/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/licenses/LICENSE.antlr
 
b/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/licenses/LICENSE.antlr
new file mode 100644
index 00000000000..a5216ef20a2
--- /dev/null
+++ 
b/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/licenses/LICENSE.antlr
@@ -0,0 +1,26 @@
+[The "BSD license"]
+Copyright (c) 2013 Terence Parr
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. The name of the author may not be used to endorse or promote products
+    derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git 
a/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/licenses/LICENSE.javolution
 
b/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/licenses/LICENSE.javolution
new file mode 100644
index 00000000000..89bc198e213
--- /dev/null
+++ 
b/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/licenses/LICENSE.javolution
@@ -0,0 +1,27 @@
+/*
+ * Javolution - Java(tm) Solution for Real-Time and Embedded Systems
+ * Copyright (c) 2012-2019, Javolution (http://javolution.org/)
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ *
+ *    1. Redistributions of source code must retain the above copyright
+ *       notice, this list of conditions and the following disclaimer.
+ *
+ *    2. Redistributions in binary form must reproduce the above copyright
+ *       notice, this list of conditions and the following disclaimer in the
+ *       documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER 
OR
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
\ No newline at end of file
diff --git 
a/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/licenses/LICENSE.jodd
 
b/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/licenses/LICENSE.jodd
new file mode 100644
index 00000000000..71b77dec3cd
--- /dev/null
+++ 
b/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/licenses/LICENSE.jodd
@@ -0,0 +1,22 @@
+Copyright (c) 2003-2020, Jodd Team All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git 
a/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/licenses/LICENSE.kryo
 
b/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/licenses/LICENSE.kryo
new file mode 100644
index 00000000000..1774d51ad5d
--- /dev/null
+++ 
b/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/licenses/LICENSE.kryo
@@ -0,0 +1,10 @@
+Copyright (c) 2008, Nathan Sweet
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this 
list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice, 
this list of conditions and the following disclaimer in the documentation 
and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
SERVICES; LOSS OF USE, DATA, OR PROF [...]
diff --git 
a/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/licenses/LICENSE.minlog
 
b/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/licenses/LICENSE.minlog
new file mode 100644
index 00000000000..1774d51ad5d
--- /dev/null
+++ 
b/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/licenses/LICENSE.minlog
@@ -0,0 +1,10 @@
+Copyright (c) 2008, Nathan Sweet
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this 
list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice, 
this list of conditions and the following disclaimer in the documentation 
and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
SERVICES; LOSS OF USE, DATA, OR PROF [...]
diff --git 
a/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/licenses/LICENSE.protobuf
 
b/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/licenses/LICENSE.protobuf
new file mode 100644
index 00000000000..19b305b0006
--- /dev/null
+++ 
b/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/licenses/LICENSE.protobuf
@@ -0,0 +1,32 @@
+Copyright 2008 Google Inc.  All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+    * Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above
+copyright notice, this list of conditions and the following disclaimer
+in the documentation and/or other materials provided with the
+distribution.
+    * Neither the name of Google Inc. nor the names of its
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Code generated by the Protocol Buffer compiler is owned by the owner
+of the input file used when generating it.  This code is not
+standalone and requires a support library to be linked with it.  This
+support library is itself covered by the above license.
diff --git 
a/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/licenses/LICENSE.reflectasm
 
b/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/licenses/LICENSE.reflectasm
new file mode 100644
index 00000000000..1774d51ad5d
--- /dev/null
+++ 
b/flink-connectors/flink-sql-connector-hive-3.1.3.0-apple/src/main/resources/META-INF/licenses/LICENSE.reflectasm
@@ -0,0 +1,10 @@
+Copyright (c) 2008, Nathan Sweet
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this 
list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice, 
this list of conditions and the following disclaimer in the documentation 
and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
SERVICES; LOSS OF USE, DATA, OR PROF [...]
diff --git a/flink-connectors/pom.xml b/flink-connectors/pom.xml
index 3d8f0fb77d0..43513658cf0 100644
--- a/flink-connectors/pom.xml
+++ b/flink-connectors/pom.xml
@@ -103,6 +103,7 @@ under the License.
                                <module>flink-sql-connector-hive-2.2.0</module>
                                <module>flink-sql-connector-hive-2.3.6</module>
                                <module>flink-sql-connector-hive-3.1.2</module>
+                               
<module>flink-sql-connector-hive-3.1.3.0-apple</module>
                                <module>flink-sql-connector-kafka</module>
                                
<module>flink-sql-connector-aws-kinesis-streams</module>
                                
<module>flink-sql-connector-aws-kinesis-firehose</module>
diff --git a/pom.xml b/pom.xml
index 935068e2630..3ed192d10c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,6 +198,14 @@ under the License.
                <test.unit.pattern>**/*Test.*</test.unit.pattern>
        </properties>
 
+       <repositories>
+        <repository>
+                <id>apple-release</id>
+                <name>apple-release</name>
+                <url>https://artifacts.apple.com/libs-release</url>
+        </repository>
+ </repositories>
+
        <dependencies>
 
                <dependency>

Reply via email to