Hi there,

When I try to include the following in my pom.xml:

<dependency>
            <groupId>org.apache.phoenix</groupId>
            <artifactId>phoenix-core</artifactId>
            <version>4.5.0-HBase-0.98</version>
            <scope>provided</scope>
        </dependency>

I get this error:

Failed to collect dependencies at
org.apache.phoenix:phoenix-core:jar:4.5.0-HBase-0.98: Failed to read
artifact descriptor for
org.apache.phoenix:phoenix-core:jar:4.5.0-HBase-0.98: Could not find
artifact org.apache.phoenix:phoenix:pom:4.5.0-HBase-0.98 in apache release (
https://repository.apache.org/content/repositories/releases/)

However, when I switch to the previous version (4.4.0-HBase-0.98)
everything works as expected
Did something break with the new release?

Thanks a lot,
Yiannis

Reply via email to