iceberg-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.linkedin.iceberg</groupId> <artifactId>iceberg-api</artifactId> <version>1.2.0.0-rc2</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.linkedin.iceberg</groupId> <artifactId>iceberg-api</artifactId> <version>1.2.0.0-rc2</version> <name>iceberg-api</name> <description>A table format for huge analytic datasets</description> <url>https://github.com/linkedin/iceberg</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>wmoustafa</id> <name>Walaa Eldin Moustafa</name> <url>https://github.com/wmoustafa</url> <roles> <role>Core developer</role> </roles> </developer> <developer> <id>sumedhsakdeo</id> <name>Sumedh Sakdeo</name> <url>https://github.com/sumedhsakdeo</url> <roles> <role>Core developer</role> </roles> </developer> <developer> <id>maluchari</id> <name>Malini Mahalakshmi Venkatachari</name> <url>https://github.com/maluchari</url> <roles> <role>Core developer</role> </roles> </developer> <developer> <id>rdsr</id> <name>Ratandeep Ratti</name> <url>https://github.com/rdsr</url> <roles> <role>Core developer</role> </roles> </developer> </developers> <scm> <url>https://github.com/linkedin/iceberg.git</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/linkedin/iceberg/issues</url> </issueManagement> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/linkedin/iceberg/actions</url> </ciManagement> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</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.linkedin.iceberg</groupId> <artifactId>iceberg-bundled-guava</artifactId> <version>1.2.0.0-rc2</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>