7997a199ac
The AMQP1 driver has been deprecated for several years, since 14.4.0 and
is no longer maintained or widely used. This commit removes the AMQP1
driver from the code base.
References:
- Original deprecation commit: 0f63c227f5
Change-Id: Iaeb52791008a7a6736c99459f66d2bdbb2dea17b
21 lines
472 B
Plaintext
21 lines
472 B
Plaintext
# common dpkg
|
|
gettext [platform:dpkg] # For releasenotes job
|
|
build-essential [platform:dpkg]
|
|
libffi-dev [platform:dpkg]
|
|
|
|
# common rpm
|
|
gcc [platform:rpm]
|
|
gcc-c++ [platform:rpm]
|
|
make [platform:rpm]
|
|
pkgconfig [platform:rpm]
|
|
libffi-devel [platform:rpm]
|
|
|
|
# RabbitMQ message broker
|
|
rabbitmq-server [platform:dpkg rabbit]
|
|
rabbitmq-server [platform:rpm rabbit]
|
|
|
|
# kafka dpkg
|
|
default-jdk [platform:dpkg kafka]
|
|
librdkafka1 [platform:dpkg kafka]
|
|
librdkafka-dev [platform:dpkg kafka]
|