<dependency>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-dmf-amqp</artifactId>
<version>0.4.1</version>
</dependency>
@Grapes(
@Grab(group='org.eclipse.hawkbit', module='hawkbit-dmf-amqp', version='0.4.1')
)
<parent> <groupId>org.eclipse.hawkbit</groupId> <artifactId>hawkbit-dmf-parent</artifactId> <version>0.4.1</version> </parent>
compile
|-- org.eclipse.hawkbit:hawkbit-repository-api
|-- org.eclipse.hawkbit:hawkbit-core
|-- org.eclipse.hawkbit:hawkbit-security-integration
|-- org.eclipse.hawkbit:hawkbit-dmf-api
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.amqp:spring-rabbit
|-- org.springframework.security:spring-security-web
|-- org.springframework.boot:spring-boot
|-- org.springframework.boot:spring-boot-starter-json
|-- org.springframework.boot:spring-boot-starter-logging
test
|-- org.eclipse.hawkbit:hawkbit-dmf-rabbitmq-test