dremio-dac-backend: Could not resolve dependencies for project com.dremio:dremio-dac-backend:jar:25.0.0-202404051521110861-ed9515a8: The following artifacts could not be resolved: com.dremio.community.plugins:dremio-ce-jdbc-plugin:jar:25.0.0-202404051521110861-ed9515a8 (absent): com.dremio.community.plugins:dremio-ce-jdbc-plugin:jar:25.0.0-202404051521110861-ed9515a8 was not found in https://maven.dremio.com/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of dremio-public has elapsed or updates are forced
I was able to reproduce the same issue with dremio-ce-jdbc-plugin:jar:25.1.0, see:
Could not resolve dependencies for project com.dremio:dremio-dac-backend:jar:25.1.0-202409042012430619-15cc6471: The following artifacts could not be resolved: com.dremio.community.plugins:dremio-ce-jdbc-plugin:jar:25.1.0-202409042012430619-15cc6471
I patched the pom.xml to include the “dremio-free” maven repository and it seems it works. However, I’m obtaining the error below at runtime:
java.lang.NoSuchFieldError: RETRY_CONNECTION_ON_FAILURE
at com.dremio.exec.store.jdbc.JdbcSchemaFetcherFactoryImpl.newFetcher(JdbcSchemaFetcherFactoryImpl.java:53)
at com.dremio.exec.store.jdbc.conf.JdbcConf.newPlugin(JdbcConf.java:55)
at com.dremio.exec.store.jdbc.conf.JdbcConf.newPlugin(JdbcConf.java:40)
at com.dremio.exec.store.jdbc.conf.JdbcConf.newPlugin(JdbcConf.java:20)