transportable-udfs-trino-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.linkedin.transport</groupId> <artifactId>transportable-udfs-trino-plugin</artifactId> <version>0.1.7</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.transport</groupId> <artifactId>transportable-udfs-trino-plugin</artifactId> <version>0.1.7</version> <packaging>pom</packaging> <name>transportable-udfs-trino-plugin</name> <description>A library for analyzing, processing, and rewriting views defined in the Hive Metastore, and sharing them across multiple execution engines</description> <url>https://github.com/linkedin/transport</url> <licenses> <license> <name>BSD 2-CLAUSE LICENSE</name> <url>https://github.com/linkedin/transport/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>wmoustafa</id> <name>Walaa Eldin Moustafa</name> </developer> <developer> <id>shardulm94</id> <name>Shardul Mahadik</name> </developer> </developers> <scm> <url>https://github.com/linkedin/transport.git</url> </scm> <issueManagement> <system>GitHub issues</system> <url>https://github.com/linkedin/transport/issues</url> </issueManagement> <ciManagement> <system>Travis CI</system> <url>https://travis-ci.com/linkedin/transport</url> </ciManagement> <dependencies> <dependency> <groupId>com.linkedin.transport</groupId> <artifactId>transportable-udfs-api</artifactId> <version>0.1.7</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.linkedin.transport</groupId> <artifactId>transportable-udfs-trino</artifactId> <version>0.1.7</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.12.0</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-io</artifactId> <version>1.3.2</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.airlift</groupId> <artifactId>bootstrap</artifactId> <version>221</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.airlift</groupId> <artifactId>log</artifactId> <version>221</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>24.1-jre</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.trino</groupId> <artifactId>trino-plugin-toolkit</artifactId> <version>406</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.trino</groupId> <artifactId>trino-main</artifactId> <version>406</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>trino-spi</artifactId> <groupId>io.trino</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>