trino-server-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.trino</groupId> <artifactId>trino-server-core</artifactId> <version>475</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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.trino</groupId> <artifactId>trino-root</artifactId> <version>475</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>trino-server-core</artifactId> <packaging>provisio</packaging> <description>Trino - Server core package</description> <properties> <takari.skip>false</takari.skip> <air.check.skip-findbugs>true</air.check.skip-findbugs> <process-name>${project.artifactId}</process-name> <air.check.skip-enforcer>false</air.check.skip-enforcer> <air.check.skip-dependency>true</air.check.skip-dependency> <air.check.skip-duplicate-finder>true</air.check.skip-duplicate-finder> <main-class>io.trino.server.TrinoServer</main-class> </properties> <dependencies> <dependency> <groupId>io.airlift</groupId> <artifactId>launcher</artifactId> <version>303</version> <type>tar.gz</type> <classifier>bin</classifier> </dependency> <dependency> <groupId>io.airlift</groupId> <artifactId>launcher</artifactId> <version>303</version> <type>tar.gz</type> <classifier>properties</classifier> </dependency> <dependency> <groupId>io.airlift</groupId> <artifactId>secrets-keystore-plugin</artifactId> <version>332</version> <type>zip</type> </dependency> <dependency> <groupId>io.trino</groupId> <artifactId>trino-exchange-filesystem</artifactId> <version>475</version> <type>zip</type> </dependency> <dependency> <groupId>io.trino</groupId> <artifactId>trino-functions-python</artifactId> <version>475</version> <type>zip</type> </dependency> <dependency> <groupId>io.trino</groupId> <artifactId>trino-geospatial</artifactId> <version>475</version> <type>zip</type> </dependency> <dependency> <groupId>io.trino</groupId> <artifactId>trino-password-authenticators</artifactId> <version>475</version> <type>zip</type> </dependency> <dependency> <groupId>io.trino</groupId> <artifactId>trino-resource-group-managers</artifactId> <version>475</version> <type>zip</type> </dependency> <dependency> <groupId>io.trino</groupId> <artifactId>trino-server-main</artifactId> <version>475</version> </dependency> <dependency> <groupId>io.trino</groupId> <artifactId>trino-session-property-managers</artifactId> <version>475</version> <type>zip</type> </dependency> <dependency> <groupId>io.trino</groupId> <artifactId>trino-spooling-filesystem</artifactId> <version>475</version> <type>zip</type> </dependency> <dependency> <groupId>io.airlift</groupId> <artifactId>junit-extensions</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>io.takari.maven.plugins</groupId> <artifactId>takari-lifecycle-plugin</artifactId> <version>${dep.takari.version}</version> <configuration> <proc>none</proc> <skip>${takari.skip}</skip> </configuration> </plugin> </plugins> </build> </project>