AMQ-Broker 7.8.3 dependencies not found in GA repository

Latest response

Hi!

We are working with AMQ-Broker 7.8.3 and we have detected that when compiling our project using org.apache.activemq:artemis-server:2.16.0.redhat-00032 as dependency, errors appear indicating that some artifacts are not found. These artifacts are not deployed to the GA repository (https://maven.repository.redhat.com/ga), but are deployed to early-access (https://maven.repository.redhat.com/earlyaccess).
I understand this is a bug in the deployment process. Could you please deploy these artifacts (and their dependencies) to the correct repository?
The artifacts are at least the following (I don't know if there are more):

  • io.netty:netty-buffer:4.1.66.Final-redhat-00001
  • io.netty:netty-transport:4.1.66.Final-redhat-00001
  • io.netty:netty-handler:4.1.66.Final-redhat-00001
  • io.netty:netty-common:4.1.66.Final-redhat-00001
  • io.netty:netty-transport-native-epoll:4.1.66.Final-redhat-00001
  • io.netty:netty-transport-native-kqueue:4.1.66.Final-redhat-00001
  • io.netty:netty-codec-http:4.1.66.Final-redhat-00001
  • io.netty:netty-handler-proxy:4.1.66.Final-redhat-00001
  • io.netty:netty-codec:4.1.66.Final-redhat-00001
  • io.netty:netty-codec-socks:4.1.66.Final-redhat-00001

Thanks!

Responses