victorcouste / trino-encrypt-udfs

Trino UDFs Plugin to encrypt/decrypt values with a password
15 stars 8 forks source link

Issue when running mvn clean package #2

Open sanjay92-gupta opened 1 year ago

sanjay92-gupta commented 1 year ago

requires Java 11 Maven 4.0.0+ (for building) Did all the above but this command gives error

mvn clean package

[INFO] -------------------------------------------------------------------------------------------------------------------------- [INFO] BUILD FAILURE [INFO] -------------------------------------------------------------------------------------------------------------------------- [INFO] Total time: 2.405 s [INFO] Finished at: 2023-04-19T18:09:47Z [INFO] -------------------------------------------------------------------------------------------------------------------------- [ERROR] Failed to execute goal io.trino:trino-maven-plugin:11:check-spi-dependencies (default-check-spi-dependencies) on project trino-encrypt-udfs: Failed to resolve dependencies.: Failed to read artifact descriptor for io.trino:trino-spi:jar:364: The following artifacts could not be resolved: io.airlift:airbase:pom:112 (present, but unavailable): Could not find artifact io.airlift:airbase:pom:112 in confluent (https://packages.confluent.io/maven/) -> [Help 1] [ERROR]

sanjay92-gupta commented 1 year ago

I was able to resolve issue after downgrading mvn from 4.0 alpha version to 3.9 version