[KYUUBI #919] [MISC] Add DISCLAIMER and misc changes on pom

<!--
Thanks for sending a pull request!

Here are some tips for you:
  1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html
  2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
  3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'.
-->

### _Why are the changes needed?_
<!--
Please clarify why the changes are needed. For instance,
  1. If you add a feature, you can talk about the use case of it.
  2. If you fix a bug, you can clarify why it is a bug.
-->

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [ ] [Run test](https://kyuubi.readthedocs.io/en/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #919 from pan3793/asf-misc.

Closes #919

336a4ea0 [Cheng Pan] Update
30ba74fb [Cheng Pan] Update developers
db60eac4 [Cheng Pan] Update developers
fcc9adc9 [Cheng Pan] Cleanup pom
70b6596a [Cheng Pan] Add DISCLAIMER

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
Cheng Pan 2021-08-12 09:28:05 +08:00
parent 5526898f7b
commit 92a45e2679
No known key found for this signature in database
GPG Key ID: F07E6C29ED4E2E5B
3 changed files with 65 additions and 19 deletions

10
DISCLAIMER Normal file
View File

@ -0,0 +1,10 @@
Apache Kyuubi(incubating) is an effort undergoing incubation at the Apache
Software Foundation (ASF), sponsored by the Apache Incubator PMC.
Incubation is required of all newly accepted projects until a further review
indicates that the infrastructure, communications, and decision making process
have stabilized in a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the completeness
or stability of the code, it does indicate that the project has yet to be
fully endorsed by the ASF.

View File

@ -56,18 +56,6 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_${scala.binary.version}</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client-api</artifactId>
@ -192,13 +180,6 @@
<include>org.apache.curator.**</include>
</includes>
</relocation>
<relocation>
<pattern>org.javassist</pattern>
<shadedPattern>${kyuubi.shade.packageName}.org.javassist</shadedPattern>
<includes>
<include>org.javassist.**</include>
</includes>
</relocation>
</relocations>
</configuration>
<executions>

55
pom.xml
View File

@ -55,6 +55,47 @@
</issueManagement>
<developers>
<developer>
<id>aajisaka</id>
<name>Akira Ajisaka</name>
<email>aajisaka@apache.org</email>
<organization>Yahoo</organization>
<url>https://github.com/aajisaka</url>
</developer>
<developer>
<id>pan3793</id>
<name>Cheng Pan</name>
<email>chengpan@apache.org</email>
<url>https://github.com/pan3793</url>
</developer>
<developer>
<id>turbofei</id>
<name>Fei Wang</name>
<email>feiwang@apache.org</email>
<organization>eBay</organization>
<url>https://github.com/turbofei</url>
</developer>
<developer>
<id>jhx1008</id>
<name>Hongxiang Jiang</name>
<email>jhx1008@apache.org</email>
<organization>NetEase</organization>
<url>https://github.com/jhx1008</url>
</developer>
<developer>
<id>ningjiang</id>
<name>Willem Ning Jiang</name>
<email>ningjiang@apache.org</email>
<organization>Huawai</organization>
<url>https://github.com/ningjiang</url>
</developer>
<developer>
<id>ulysses-you</id>
<name>Xiduo You</name>
<email>ulyssesyou@apache.org</email>
<organization>NetEase</organization>
<url>https://github.com/ulysses-you</url>
</developer>
<developer>
<id>yaooqinn</id>
<name>Kent Yao</name>
@ -62,6 +103,20 @@
<organization>NetEase</organization>
<url>https://github.com/yaooqinn</url>
</developer>
<developer>
<id>apache9</id>
<name>Duo Zhang</name>
<email>zhangduo@apache.org</email>
<organization>Xiaomi</organization>
<url>https://github.com/apache9</url>
</developer>
<developer>
<id>zjffdu</id>
<name>Jeff Zhang</name>
<email>zjffdu@apache.org</email>
<organization>Alibaba</organization>
<url>https://github.com/zjffdu</url>
</developer>
</developers>
<mailingLists>