![JAR search and dependency download from the Maven repository](/logo.png)
lin.kylin-assembly.5.0.0.source-code.pom.xml Maven / Gradle / Ivy
<?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/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> <version>5.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> <artifactId>kylin-assembly</artifactId> <name>Kylin - Source Assembly</name> <url>http://kylin.apache.org</url> <description>Kylin - Source Assembly</description> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <shadeBase>org.apache.kylin.job.shaded</shadeBase> <sonar.skip>true</sonar.skip> </properties> <dependencies> <dependency> <groupId>com.jcraft</groupId> <artifactId>jsch</artifactId> <version>${jsch.version}</version> <scope>compile</scope> </dependency> <!-- Kylin --> <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-core-metadata</artifactId> </dependency> <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-engine-build-sdk</artifactId> </dependency> <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-engine-spark</artifactId> <exclusions> <exclusion> <artifactId>delta-core_2.12</artifactId> <groupId>io.delta</groupId> </exclusion> <exclusion> <artifactId>delta-storage</artifactId> <groupId>io.delta</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-streaming</artifactId> </dependency> <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-source-hive</artifactId> </dependency> <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-source-jdbc</artifactId> </dependency> <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-datasource-sdk</artifactId> </dependency> <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-streaming-sdk</artifactId> </dependency> <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-sparder</artifactId> <exclusions> <exclusion> <artifactId>delta-core_2.12</artifactId> <groupId>io.delta</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-tool</artifactId> </dependency> <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-query</artifactId> </dependency> <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> </dependency> <!-- Env --> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-annotations</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-yarn-server-resourcemanager</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-yarn-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-hdfs</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.hive.hcatalog</groupId> <artifactId>hive-hcatalog-core</artifactId> <scope>provided</scope> <exclusions> <exclusion> <groupId>com.twitter</groupId> <artifactId>parquet-hadoop-bundle</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka_2.12</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-core_2.12</artifactId> <exclusions> <exclusion> <artifactId>jetty-plus</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>jetty-security</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>jetty-util</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>jetty-server</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>jetty-http</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>jetty-continuation</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>jetty-proxy</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>jetty-client</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>jetty-servlets</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> </exclusions> <version>${spark.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-sql_2.12</artifactId> <version>${spark.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-catalyst_2.12</artifactId> <version>${spark.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-hive_2.12</artifactId> <version>${spark.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-unsafe_2.12</artifactId> <version>${spark.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-yarn_2.12</artifactId> <version>${spark.version}</version> <scope>provided</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <minimizeJar>false</minimizeJar> <shadedArtifactAttached>true</shadedArtifactAttached> <shadedClassifierName>job</shadedClassifierName> <artifactSet> <excludes> <exclude>org.apache.gluten:*</exclude> <exclude>io.netty:*</exclude> <exclude>org.apache.zookeeper:*</exclude> <exclude>org.apache.httpcomponents:*</exclude> <exclude>org.apache.commons:commons-email:*</exclude> <exclude>com.sun.mail:javax.mail:*</exclude> <exclude>javax.activation:activation:*</exclude> <exclude>org.apache.parquet:*</exclude> <exclude>org.slf4j:*</exclude> </excludes> </artifactSet> <transformers> <transformer implementation="com.github.edwgiz.maven_shade_plugin.log4j2_cache_transformer.PluginsCacheFileTransformer" /> </transformers> <relocations> <relocation> <pattern>com.google.common</pattern> <shadedPattern>${shadeBase}.com.google.common</shadedPattern> </relocation> <relocation> <pattern>com.tdunning</pattern> <shadedPattern>${shadeBase}.com.tdunning</shadedPattern> </relocation> <relocation> <pattern>org.apache.commons.codec</pattern> <shadedPattern>${shadeBase}.org.apache.commons.codec</shadedPattern> </relocation> <relocation> <pattern>org.apache.commons.lang3</pattern> <shadedPattern>${shadeBase}.org.apache.commons.lang3</shadedPattern> </relocation> <relocation> <pattern>org.apache.commons.logging</pattern> <shadedPattern>${shadeBase}.org.apache.commons.logging</shadedPattern> </relocation> <relocation> <pattern>org.roaringbitmap</pattern> <shadedPattern>${shadeBase}.org.roaringbitmap</shadedPattern> </relocation> <relocation> <pattern>me.lemire.integercompression</pattern> <shadedPattern>${shadeBase}.me.lemire.integercompression</shadedPattern> </relocation> <relocation> <pattern>shaded.parquet.org</pattern> <shadedPattern>${shadeBase}.shaded.parquet.org </shadedPattern> </relocation> <relocation> <pattern>org.apache.commons.dbcp</pattern> <shadedPattern>${shadeBase}.org.apache.commons.dbcp</shadedPattern> </relocation> <relocation> <pattern>org.apache.commons.pool</pattern> <shadedPattern>${shadeBase}.org.apache.commons.pool</shadedPattern> </relocation> <relocation> <pattern>org.apache.commons.jocl</pattern> <shadedPattern>${shadeBase}.org.apache.commons.jocl</shadedPattern> </relocation> <relocation> <pattern>org.apache.calcite</pattern> <shadedPattern>${shadeBase}.org.apache.calcite</shadedPattern> </relocation> <relocation> <pattern>com.google.protobuf</pattern> <shadedPattern>${shadeBase}.com.google.protobuf</shadedPattern> </relocation> <relocation> <pattern>com.jcraft</pattern> <shadedPattern>${shadeBase}.com.jcraft</shadedPattern> </relocation> </relocations> <filters> <filter> <artifact>*:*</artifact> <excludes> <exclude>META-INF/*.SF</exclude> <exclude>META-INF/*.DSA</exclude> <exclude>META-INF/*.RSA</exclude> <exclude>META-INF/maven/**</exclude> <exclude>rest-management-private-classpath/**</exclude> <exclude>org/slf4j/**</exclude> </excludes> </filter> </filters> </configuration> </execution> </executions> <dependencies> <dependency> <groupId>com.github.edwgiz</groupId> <artifactId>maven-shade-plugin.log4j2-cachefile-transformer</artifactId> <version>${log4j2-cachefile-transformer.version}</version> </dependency> </dependencies> </plugin> </plugins> </build> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy