iceberg-nessie
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.tencent.bk.base.datahub</groupId> <artifactId>iceberg-nessie</artifactId> <version>0.14.0-bkbase.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.tencent.bk.base.datahub</groupId> <artifactId>iceberg-nessie</artifactId> <version>0.14.0-bkbase.2</version> <name>Apache Iceberg</name> <description>Apache Iceberg modified by Tencent blueking</description> <url>https://iceberg.apache.org</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>bk-base</id> <name>bk-base</name> <email>contactus_bk@tencent.com</email> <roles> <role>Manager</role> </roles> </developer> </developers> <scm> <connection>scm:git:https://github.com/BKBASE-Plugin/iceberg.git</connection> <developerConnection>scm:git:git@github.com:BKBASE-Plugin/iceberg.git</developerConnection> <url>https://github.com/BKBASE-Plugin/iceberg/tree/master-bkbase-0.14.x</url> </scm> <dependencies> <dependency> <groupId>com.tencent.bk.base.datahub</groupId> <artifactId>iceberg-api</artifactId> <version>0.14.0-bkbase.2</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.mortbay.jetty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey.contribs</groupId> </exclusion> <exclusion> <artifactId>pentaho-aggdesigner-algorithm</artifactId> <groupId>org.pentaho</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.30</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.mortbay.jetty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey.contribs</groupId> </exclusion> <exclusion> <artifactId>pentaho-aggdesigner-algorithm</artifactId> <groupId>org.pentaho</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.github.stephenc.findbugs</groupId> <artifactId>findbugs-annotations</artifactId> <version>1.3.9-1</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.mortbay.jetty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey.contribs</groupId> </exclusion> <exclusion> <artifactId>pentaho-aggdesigner-algorithm</artifactId> <groupId>org.pentaho</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.tencent.bk.base.datahub</groupId> <artifactId>iceberg-common</artifactId> <version>0.14.0-bkbase.2</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.mortbay.jetty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey.contribs</groupId> </exclusion> <exclusion> <artifactId>pentaho-aggdesigner-algorithm</artifactId> <groupId>org.pentaho</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.tencent.bk.base.datahub</groupId> <artifactId>iceberg-core</artifactId> <version>0.14.0-bkbase.2</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.mortbay.jetty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey.contribs</groupId> </exclusion> <exclusion> <artifactId>pentaho-aggdesigner-algorithm</artifactId> <groupId>org.pentaho</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.tencent.bk.base.datahub</groupId> <artifactId>iceberg-bundled-guava</artifactId> <version>0.14.0-bkbase.2</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.mortbay.jetty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey.contribs</groupId> </exclusion> <exclusion> <artifactId>pentaho-aggdesigner-algorithm</artifactId> <groupId>org.pentaho</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.projectnessie</groupId> <artifactId>nessie-client</artifactId> <version>0.30.0</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.mortbay.jetty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey.contribs</groupId> </exclusion> <exclusion> <artifactId>pentaho-aggdesigner-algorithm</artifactId> <groupId>org.pentaho</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.12.2</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.mortbay.jetty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey.contribs</groupId> </exclusion> <exclusion> <artifactId>pentaho-aggdesigner-algorithm</artifactId> <groupId>org.pentaho</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.12.2</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.mortbay.jetty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey.contribs</groupId> </exclusion> <exclusion> <artifactId>pentaho-aggdesigner-algorithm</artifactId> <groupId>org.pentaho</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>