Fail to use exasol repository, the link https://maven.exasol.com/artifactory/exasol-releases redirects to the exasol.com new homepage.
This fails to get the dependencies I need:
<repository>
<id>exasol-maven-repo</id>
<name>Exasol Repository</name>
<url>https://maven.exasol.com/artifactory/exasol-releases</url>;
</repository>
Tried to open the link with curl and got nothing.
maven.exasol.comis discontinued. If you want to get e.g. the jdbc driver, you can use maven central now. See JDBC documentation.It looks like you are interested in some scala packages.
import-export-udf-common-scalais also available on maven central now: https://central.sonatype.dev/artifact/com.exasol/import-export-udf-common-scala_2.13/1.0.0