You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vb...@apache.org on 2019/10/04 16:19:02 UTC

[incubator-hudi] branch master updated: [HUDI-121] Remove leftover notice file and replace com.uber.hoodie with org.apache.hudi in log4j properties

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

vbalaji pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b66ea4  [HUDI-121] Remove leftover notice file and replace com.uber.hoodie with org.apache.hudi in log4j properties
9b66ea4 is described below

commit 9b66ea41fd4e4e08eeb426bc1b698766284e71e4
Author: Balaji Varadarajan <va...@uber.com>
AuthorDate: Thu Oct 3 21:12:55 2019 -0700

    [HUDI-121] Remove leftover notice file and replace com.uber.hoodie with org.apache.hudi in log4j properties
---
 .mailmap                                           |   9 --
 RELEASE_NOTES.md                                   |   1 +
 docker/hoodie/hadoop/sparkworker/NOTICE.txt        |   5 -
 hudi-cli/pom.xml                                   |   1 -
 hudi-client/pom.xml                                |   4 -
 .../src/test/resources/log4j-surefire.properties   |  10 +-
 hudi-common/pom.xml                                |   4 -
 .../src/test/resources/log4j-surefire.properties   |   6 +-
 hudi-hadoop-mr/pom.xml                             |   4 -
 .../src/test/resources/log4j-surefire.properties   |   2 +-
 hudi-hive/pom.xml                                  |   4 -
 .../src/test/resources/log4j-surefire.properties   |   2 +-
 hudi-integ-test/pom.xml                            |   1 -
 .../src/test/resources/log4j-surefire.properties   |   2 +-
 hudi-spark/pom.xml                                 |   4 -
 .../src/test/resources/log4j-surefire.properties   |  10 +-
 hudi-timeline-service/pom.xml                      |   4 -
 .../src/test/resources/log4j-surefire.properties   |   6 +-
 hudi-utilities/pom.xml                             |   4 -
 .../src/test/resources/log4j-surefire.properties   |   2 +-
 packaging/hudi-hadoop-mr-bundle/pom.xml            |   2 -
 packaging/hudi-hive-bundle/pom.xml                 |   2 -
 packaging/hudi-presto-bundle/pom.xml               |   2 -
 packaging/hudi-spark-bundle/pom.xml                |   2 -
 packaging/hudi-timeline-server-bundle/pom.xml      |   2 -
 packaging/hudi-utilities-bundle/pom.xml            |   2 -
 pom.xml                                            |   2 -
 release/config/license-mappings.xml                | 129 ---------------------
 28 files changed, 21 insertions(+), 207 deletions(-)

diff --git a/.mailmap b/.mailmap
deleted file mode 100644
index c34d483..0000000
--- a/.mailmap
+++ /dev/null
@@ -1,9 +0,0 @@
-# See https://github.com/git/git/blob/master/Documentation/mailmap.txt for syntax
-#vinoth's uber email and personal email mapping to apache
-<vi...@apache.org> <vi...@uber.com>
-<vi...@apache.org> <vi...@bytearray.io>
-<vi...@apache.org> <vc...@confluent.io>
-Vinoth Chandar <vi...@apache.org> <vi...@users.noreply.github.com>
-Vinoth Chandar <vi...@apache.org> vinothchandar <vi...@apache.org>
-# Prasanna's uber email mapping to active email
-<pr...@gmail.com> <pr...@uber.com>
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 3e356af..4868e20 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -26,6 +26,7 @@ Release 0.5.0-incubating
  * Bug fixes in query side integration, hive-sync, deltaStreamer, compaction, rollbacks, restore
 
 ### Full PR List
+  * **leesf** [HUDI-265] Failed to delete tmp dirs created in unit tests
   * **Balaji Varadarajan** [HUDI-287] Address comments during review of release candidate. Remove LICENSE and NOTICE files in hoodie child modules. 
   * **Balaji Varadarajan** [HUDI-121] Fix bugs in Release Scripts found during RC creation
   * **Balaji Varadarajan** [HUDI-121] : Address comments during RC2 voting
diff --git a/docker/hoodie/hadoop/sparkworker/NOTICE.txt b/docker/hoodie/hadoop/sparkworker/NOTICE.txt
deleted file mode 100644
index f98429b..0000000
--- a/docker/hoodie/hadoop/sparkworker/NOTICE.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Apache Hudi
-Copyright 2019 The Apache Software Foundation
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
diff --git a/hudi-cli/pom.xml b/hudi-cli/pom.xml
index 10db3fa..91df8ac 100644
--- a/hudi-cli/pom.xml
+++ b/hudi-cli/pom.xml
@@ -29,7 +29,6 @@
   <properties>
     <spring.shell.version>1.2.0.RELEASE</spring.shell.version>
     <jar.mainclass>org.springframework.shell.Bootstrap</jar.mainclass>
-    <notice.dir>${project.basedir}/src/main/resources/META-INF</notice.dir>
   </properties>
 
   <repositories>
diff --git a/hudi-client/pom.xml b/hudi-client/pom.xml
index db1272f..d05948e 100644
--- a/hudi-client/pom.xml
+++ b/hudi-client/pom.xml
@@ -26,10 +26,6 @@
   <artifactId>hudi-client</artifactId>
   <packaging>jar</packaging>
 
-  <properties>
-    <notice.dir>${project.basedir}/src/main/resources/META-INF</notice.dir>
-  </properties>
-
   <build>
     <plugins>
       <plugin>
diff --git a/hudi-client/src/test/resources/log4j-surefire.properties b/hudi-client/src/test/resources/log4j-surefire.properties
index d55fbd1..6bb184f 100644
--- a/hudi-client/src/test/resources/log4j-surefire.properties
+++ b/hudi-client/src/test/resources/log4j-surefire.properties
@@ -16,11 +16,11 @@
 # limitations under the License.
 ###
 log4j.rootLogger=WARN, A1
-log4j.category.com.uber=INFO
-log4j.category.com.uber.hoodie.common.utils=WARN
-log4j.category.com.uber.hoodie.io=WARN
-log4j.category.com.uber.hoodie.common=WARN
-log4j.category.com.uber.hoodie.table.log=WARN
+log4j.category.org.apache=INFO
+log4j.category.org.apache.hudi.common.utils=WARN
+log4j.category.org.apache.hudi.io=WARN
+log4j.category.org.apache.hudi.common=WARN
+log4j.category.org.apache.hudi.table.log=WARN
 log4j.category.org.apache.parquet.hadoop=WARN
 # A1 is set to be a ConsoleAppender.
 log4j.appender.A1=org.apache.log4j.ConsoleAppender
diff --git a/hudi-common/pom.xml b/hudi-common/pom.xml
index 15fda2e..103f89e 100644
--- a/hudi-common/pom.xml
+++ b/hudi-common/pom.xml
@@ -25,10 +25,6 @@
 
   <artifactId>hudi-common</artifactId>
 
-  <properties>
-    <notice.dir>${project.basedir}/src/main/resources/META-INF</notice.dir>
-  </properties>
-
   <build>
     <resources>
       <resource>
diff --git a/hudi-common/src/test/resources/log4j-surefire.properties b/hudi-common/src/test/resources/log4j-surefire.properties
index ab28c4d..3063e9e 100644
--- a/hudi-common/src/test/resources/log4j-surefire.properties
+++ b/hudi-common/src/test/resources/log4j-surefire.properties
@@ -16,9 +16,9 @@
 # limitations under the License.
 ###
 log4j.rootLogger=WARN, A1
-log4j.category.com.uber=INFO
-log4j.category.com.uber.hoodie.table.log=WARN
-log4j.category.com.uber.hoodie.common.util=WARN
+log4j.category.org.apache=INFO
+log4j.category.org.apache.hudi.table.log=WARN
+log4j.category.org.apache.hudi.common.util=WARN
 log4j.category.org.apache.parquet.hadoop=WARN
 # A1 is set to be a ConsoleAppender.
 log4j.appender.A1=org.apache.log4j.ConsoleAppender
diff --git a/hudi-hadoop-mr/pom.xml b/hudi-hadoop-mr/pom.xml
index ac1aeb4..e95a1de 100644
--- a/hudi-hadoop-mr/pom.xml
+++ b/hudi-hadoop-mr/pom.xml
@@ -25,10 +25,6 @@
 
   <artifactId>hudi-hadoop-mr</artifactId>
 
-  <properties>
-    <notice.dir>${project.basedir}/src/main/resources/META-INF</notice.dir>
-  </properties>
-
   <dependencies>
     <!-- Hudi -->
     <dependency>
diff --git a/hudi-hadoop-mr/src/test/resources/log4j-surefire.properties b/hudi-hadoop-mr/src/test/resources/log4j-surefire.properties
index 070f344..a59d4eb 100644
--- a/hudi-hadoop-mr/src/test/resources/log4j-surefire.properties
+++ b/hudi-hadoop-mr/src/test/resources/log4j-surefire.properties
@@ -16,7 +16,7 @@
 # limitations under the License.
 ###
 log4j.rootLogger=WARN, A1
-log4j.category.com.uber=INFO
+log4j.category.org.apache=INFO
 log4j.category.org.apache.parquet.hadoop=WARN
 # A1 is set to be a ConsoleAppender.
 log4j.appender.A1=org.apache.log4j.ConsoleAppender
diff --git a/hudi-hive/pom.xml b/hudi-hive/pom.xml
index d71622a..0af1bfe 100644
--- a/hudi-hive/pom.xml
+++ b/hudi-hive/pom.xml
@@ -26,10 +26,6 @@
   <artifactId>hudi-hive</artifactId>
   <packaging>jar</packaging>
 
-  <properties>
-    <notice.dir>${project.basedir}/src/main/resources/META-INF</notice.dir>
-  </properties>
-
   <dependencies>
 
     <!-- Hoodie -->
diff --git a/hudi-hive/src/test/resources/log4j-surefire.properties b/hudi-hive/src/test/resources/log4j-surefire.properties
index 82bbb13..3c1e260 100644
--- a/hudi-hive/src/test/resources/log4j-surefire.properties
+++ b/hudi-hive/src/test/resources/log4j-surefire.properties
@@ -16,7 +16,7 @@
 # limitations under the License.
 ###
 log4j.rootLogger=WARN, A1
-log4j.category.com.uber=INFO
+log4j.category.org.apache=INFO
 log4j.category.org.apache.parquet.hadoop=WARN
 log4j.category.parquet.hadoop=WARN
 # A1 is set to be a ConsoleAppender.
diff --git a/hudi-integ-test/pom.xml b/hudi-integ-test/pom.xml
index 89dc7f7..486473d 100644
--- a/hudi-integ-test/pom.xml
+++ b/hudi-integ-test/pom.xml
@@ -135,7 +135,6 @@
     <skipITs>false</skipITs>
     <docker.compose.skip>${skipITs}</docker.compose.skip>
     <checkstyle.skip>true</checkstyle.skip>
-    <notice.dir>${project.basedir}/src/main/resources/META-INF</notice.dir>
   </properties>
 
   <build>
diff --git a/hudi-integ-test/src/test/resources/log4j-surefire.properties b/hudi-integ-test/src/test/resources/log4j-surefire.properties
index 070f344..a59d4eb 100644
--- a/hudi-integ-test/src/test/resources/log4j-surefire.properties
+++ b/hudi-integ-test/src/test/resources/log4j-surefire.properties
@@ -16,7 +16,7 @@
 # limitations under the License.
 ###
 log4j.rootLogger=WARN, A1
-log4j.category.com.uber=INFO
+log4j.category.org.apache=INFO
 log4j.category.org.apache.parquet.hadoop=WARN
 # A1 is set to be a ConsoleAppender.
 log4j.appender.A1=org.apache.log4j.ConsoleAppender
diff --git a/hudi-spark/pom.xml b/hudi-spark/pom.xml
index 2701ac4..948e5af 100644
--- a/hudi-spark/pom.xml
+++ b/hudi-spark/pom.xml
@@ -26,10 +26,6 @@
   <artifactId>hudi-spark</artifactId>
   <packaging>jar</packaging>
 
-  <properties>
-    <notice.dir>${project.basedir}/src/main/resources/META-INF</notice.dir>
-  </properties>
-
   <build>
     <resources>
       <resource>
diff --git a/hudi-spark/src/test/resources/log4j-surefire.properties b/hudi-spark/src/test/resources/log4j-surefire.properties
index d55fbd1..6bb184f 100644
--- a/hudi-spark/src/test/resources/log4j-surefire.properties
+++ b/hudi-spark/src/test/resources/log4j-surefire.properties
@@ -16,11 +16,11 @@
 # limitations under the License.
 ###
 log4j.rootLogger=WARN, A1
-log4j.category.com.uber=INFO
-log4j.category.com.uber.hoodie.common.utils=WARN
-log4j.category.com.uber.hoodie.io=WARN
-log4j.category.com.uber.hoodie.common=WARN
-log4j.category.com.uber.hoodie.table.log=WARN
+log4j.category.org.apache=INFO
+log4j.category.org.apache.hudi.common.utils=WARN
+log4j.category.org.apache.hudi.io=WARN
+log4j.category.org.apache.hudi.common=WARN
+log4j.category.org.apache.hudi.table.log=WARN
 log4j.category.org.apache.parquet.hadoop=WARN
 # A1 is set to be a ConsoleAppender.
 log4j.appender.A1=org.apache.log4j.ConsoleAppender
diff --git a/hudi-timeline-service/pom.xml b/hudi-timeline-service/pom.xml
index 48f26e9..8d66103 100644
--- a/hudi-timeline-service/pom.xml
+++ b/hudi-timeline-service/pom.xml
@@ -26,10 +26,6 @@
   <artifactId>hudi-timeline-service</artifactId>
   <packaging>jar</packaging>
 
-  <properties>
-    <notice.dir>${project.basedir}/src/main/resources/META-INF</notice.dir>
-  </properties>
-
   <build>
     <plugins>
       <plugin>
diff --git a/hudi-timeline-service/src/test/resources/log4j-surefire.properties b/hudi-timeline-service/src/test/resources/log4j-surefire.properties
index ab28c4d..3063e9e 100644
--- a/hudi-timeline-service/src/test/resources/log4j-surefire.properties
+++ b/hudi-timeline-service/src/test/resources/log4j-surefire.properties
@@ -16,9 +16,9 @@
 # limitations under the License.
 ###
 log4j.rootLogger=WARN, A1
-log4j.category.com.uber=INFO
-log4j.category.com.uber.hoodie.table.log=WARN
-log4j.category.com.uber.hoodie.common.util=WARN
+log4j.category.org.apache=INFO
+log4j.category.org.apache.hudi.table.log=WARN
+log4j.category.org.apache.hudi.common.util=WARN
 log4j.category.org.apache.parquet.hadoop=WARN
 # A1 is set to be a ConsoleAppender.
 log4j.appender.A1=org.apache.log4j.ConsoleAppender
diff --git a/hudi-utilities/pom.xml b/hudi-utilities/pom.xml
index ed443ae..98c4919 100644
--- a/hudi-utilities/pom.xml
+++ b/hudi-utilities/pom.xml
@@ -26,10 +26,6 @@
   <artifactId>hudi-utilities</artifactId>
   <packaging>jar</packaging>
 
-  <properties>
-    <notice.dir>${project.basedir}/src/main/resources/META-INF</notice.dir>
-  </properties>
-
   <build>
     <plugins>
       <plugin>
diff --git a/hudi-utilities/src/test/resources/log4j-surefire.properties b/hudi-utilities/src/test/resources/log4j-surefire.properties
index 070f344..a59d4eb 100644
--- a/hudi-utilities/src/test/resources/log4j-surefire.properties
+++ b/hudi-utilities/src/test/resources/log4j-surefire.properties
@@ -16,7 +16,7 @@
 # limitations under the License.
 ###
 log4j.rootLogger=WARN, A1
-log4j.category.com.uber=INFO
+log4j.category.org.apache=INFO
 log4j.category.org.apache.parquet.hadoop=WARN
 # A1 is set to be a ConsoleAppender.
 log4j.appender.A1=org.apache.log4j.ConsoleAppender
diff --git a/packaging/hudi-hadoop-mr-bundle/pom.xml b/packaging/hudi-hadoop-mr-bundle/pom.xml
index 98ec241..bdeb338 100644
--- a/packaging/hudi-hadoop-mr-bundle/pom.xml
+++ b/packaging/hudi-hadoop-mr-bundle/pom.xml
@@ -28,8 +28,6 @@
 
   <properties>
     <checkstyle.skip>true</checkstyle.skip>
-    <notice.dir>${project.basedir}/src/main/resources/META-INF</notice.dir>
-    <notice.file>HUDI_NOTICE.txt</notice.file>
   </properties>
 
   <build>
diff --git a/packaging/hudi-hive-bundle/pom.xml b/packaging/hudi-hive-bundle/pom.xml
index 7b9d4f0..2ca3a77 100644
--- a/packaging/hudi-hive-bundle/pom.xml
+++ b/packaging/hudi-hive-bundle/pom.xml
@@ -28,8 +28,6 @@
 
   <properties>
     <checkstyle.skip>true</checkstyle.skip>
-    <notice.dir>${project.basedir}/src/main/resources/META-INF</notice.dir>
-    <notice.file>HUDI_NOTICE.txt</notice.file>
   </properties>
 
   <build>
diff --git a/packaging/hudi-presto-bundle/pom.xml b/packaging/hudi-presto-bundle/pom.xml
index 6ec3375..2e9e0ba 100644
--- a/packaging/hudi-presto-bundle/pom.xml
+++ b/packaging/hudi-presto-bundle/pom.xml
@@ -28,8 +28,6 @@
 
   <properties>
     <checkstyle.skip>true</checkstyle.skip>
-    <notice.dir>${project.basedir}/src/main/resources/META-INF</notice.dir>
-    <notice.file>HUDI_NOTICE.txt</notice.file>
   </properties>
 
   <build>
diff --git a/packaging/hudi-spark-bundle/pom.xml b/packaging/hudi-spark-bundle/pom.xml
index b48e61b..68baea7 100644
--- a/packaging/hudi-spark-bundle/pom.xml
+++ b/packaging/hudi-spark-bundle/pom.xml
@@ -28,8 +28,6 @@
 
   <properties>
     <checkstyle.skip>true</checkstyle.skip>
-    <notice.dir>${project.basedir}/src/main/resources/META-INF</notice.dir>
-    <notice.file>HUDI_NOTICE.txt</notice.file>
   </properties>
 
   <build>
diff --git a/packaging/hudi-timeline-server-bundle/pom.xml b/packaging/hudi-timeline-server-bundle/pom.xml
index f32c406..f370cb4 100644
--- a/packaging/hudi-timeline-server-bundle/pom.xml
+++ b/packaging/hudi-timeline-server-bundle/pom.xml
@@ -229,8 +229,6 @@
 
     <properties>
         <checkstyle.skip>true</checkstyle.skip>
-        <notice.dir>${project.basedir}/src/main/resources/META-INF</notice.dir>
-        <notice.file>HUDI_NOTICE.txt</notice.file>
     </properties>
 
 
diff --git a/packaging/hudi-utilities-bundle/pom.xml b/packaging/hudi-utilities-bundle/pom.xml
index 29e2811..091182f 100644
--- a/packaging/hudi-utilities-bundle/pom.xml
+++ b/packaging/hudi-utilities-bundle/pom.xml
@@ -29,8 +29,6 @@
 
   <properties>
     <checkstyle.skip>true</checkstyle.skip>
-    <notice.dir>${project.basedir}/src/main/resources/META-INF</notice.dir>
-    <notice.file>HUDI_NOTICE.txt</notice.file>
   </properties>
 
   <build>
diff --git a/pom.xml b/pom.xml
index 12b27d5..622c990 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,8 +95,6 @@
     <jetty.version>7.6.0.v20120127</jetty.version>
     <hbase.version>1.2.3</hbase.version>
     <codehaus-jackson.version>1.9.13</codehaus-jackson.version>
-    <notice.dir>${project.basedir}</notice.dir>
-    <notice.file>NOTICE.txt</notice.file>
     <skipTests>false</skipTests>
     <skipITs>${skipTests}</skipITs>
     <skipUTs>${skipTests}</skipUTs>
diff --git a/release/config/license-mappings.xml b/release/config/license-mappings.xml
deleted file mode 100644
index 6192738..0000000
--- a/release/config/license-mappings.xml
+++ /dev/null
@@ -1,129 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<!--
-  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.
--->
-<license-lookup xmlns="https://source.jasig.org/schemas/maven-notice-plugin/license-lookup" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://source.jasig.org/schemas/maven-notice-plugin/license-lookup https://source.jasig.org/schemas/maven-notice-plugin/license-lookup/license-lookup-v1.0.xsd">
-    <artifact>
-        <groupId>asm</groupId>
-        <artifactId>asm-commons</artifactId>
-        <license>3-Clause BSD License</license>
-    </artifact>
-    <artifact>
-        <groupId>asm</groupId>
-        <artifactId>asm</artifactId>
-        <license>3-Clause BSD License</license>
-    </artifact>
-    <artifact>
-        <groupId>asm</groupId>
-        <artifactId>asm-tree</artifactId>
-        <license>3-Clause BSD License</license>
-    </artifact>
-    <artifact>
-        <groupId>commons-beanutils</groupId>
-        <artifactId>commons-beanutils</artifactId>
-        <license>Apache License</license>
-    </artifact>
-    <artifact>
-        <groupId>javax.servlet</groupId>
-        <artifactId>servlet-api</artifactId>
-        <license>CDDL</license>
-    </artifact>
-  <artifact>
-    <groupId>javax.servlet</groupId>
-    <artifactId>jsp-api</artifactId>
-    <license>CDDL</license>
-  </artifact>
-  <artifact>
-    <groupId>javax.xml.stream</groupId>
-    <artifactId>stax-api</artifactId>
-    <license>CDDL</license>
-  </artifact>
-  <artifact>
-      <groupId>javax.servlet.jsp</groupId>
-      <artifactId>jsp-api</artifactId>
-      <license>CDDL</license>
-  </artifact>
-  <artifact>
-      <groupId>javax.transaction</groupId>
-      <artifactId>jta</artifactId>
-      <license>OWN LICENSE (See http://download.oracle.com/otndocs/jcp/jta-1.1-classes-oth-JSpec/jta-1.1-classes-oth-JSpec-license.html)</license>
-  </artifact>
-  <artifact>
-    <groupId>javax.transaction</groupId>
-    <artifactId>transaction-api</artifactId>
-    <license>OWN LICENSE (See http://download.oracle.com/otndocs/jcp/jta-1.1-classes-oth-JSpec/jta-1.1-classes-oth-JSpec-license.html)</license>
-  </artifact>
-    <artifact>
-        <groupId>jdk.tools</groupId>
-        <artifactId>jdk.tools</artifactId>
-        <license>Oracle Binary Code License Agreement for the Java SE</license>
-    </artifact>
-    <artifact>
-        <groupId>org.apache.zookeeper</groupId>
-        <artifactId>zookeeper</artifactId>
-        <license>Apache License, Version 2.0</license>
-    </artifact>
-    <artifact>
-        <groupId>org.codehaus.jettison</groupId>
-        <artifactId>jettison</artifactId>
-        <license>Apache License, Version 2.0</license>
-    </artifact>
-    <artifact>
-        <groupId>dnl.utils</groupId>
-        <artifactId>textutils</artifactId>
-        <license>3-Clause BSD License</license>
-    </artifact>
-    <artifact>
-        <groupId>io.confluent</groupId>
-        <artifactId>common-config</artifactId>
-        <license>Apache License, Version 2.0</license>
-    </artifact>
-    <artifact>
-        <groupId>io.confluent</groupId>
-        <artifactId>common-utils</artifactId>
-        <license>Apache License, Version 2.0</license>
-    </artifact>
-    <artifact>
-        <groupId>io.confluent</groupId>
-        <artifactId>kafka-avro-serializer</artifactId>
-        <license>Apache License, Version 2.0</license>
-    </artifact>
-    <artifact>
-        <groupId>io.confluent</groupId>
-        <artifactId>kafka-schema-registry-client</artifactId>
-        <license>Apache License, Version 2.0</license>
-    </artifact>
-    <artifact>
-        <groupId>org.pentaho</groupId>
-        <artifactId>pentaho-aggdesigner-algorithm</artifactId>
-        <license>Apache License, Version 2.0</license>
-    </artifact>
-    <artifact>
-        <groupId>oro</groupId>
-        <artifactId>oro</artifactId>
-        <license>Apache License, Version 2.0</license>
-    </artifact>
-    <artifact>
-        <groupId>org.antlr</groupId>
-        <artifactId>antlr-runtime</artifactId>
-        <license>BSD</license>
-    </artifact>
-  <artifact>
-    <groupId>xerces</groupId>
-    <artifactId>xercesImpl</artifactId>
-    <license>Apache License, Version 1.1</license>
-  </artifact>
-</license-lookup>