<dependency>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-mgmt-resource</artifactId>
<version>0.2.0M1</version>
</dependency>
@Grapes(
@Grab(group='org.eclipse.hawkbit', module='hawkbit-mgmt-resource', version='0.2.0M1')
)
<parent> <groupId>org.eclipse.hawkbit</groupId> <artifactId>hawkbit-parent</artifactId> <version>0.2.0M1</version> </parent>
compile
|-- org.eclipse.hawkbit:hawkbit-repository-api
|-- org.eclipse.hawkbit:hawkbit-mgmt-api
|-- org.eclipse.hawkbit:hawkbit-rest-core
|-- org.springframework.plugin:spring-plugin-core
test
|-- org.eclipse.hawkbit:hawkbit-repository-test
|-- org.eclipse.hawkbit:hawkbit-repository-jpa
|-- org.eclipse.hawkbit:hawkbit-rest-core
|-- org.springframework.boot:spring-boot-starter
|-- org.springframework.boot:spring-boot-starter-log4j2
|-- org.mariadb.jdbc:mariadb-java-client
|-- org.springframework.security:spring-security-config
|-- org.eclipse.hawkbit:hawkbit-http-security
|-- com.jayway.jsonpath:json-path
|-- org.json:json
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.core:jackson-core
|-- org.springframework.boot:spring-boot-starter-test
|-- org.springframework.security:spring-security-aspects
|-- org.easytesting:fest-assert-core
|-- org.easytesting:fest-assert
|-- de.flapdoodle.embed:de.flapdoodle.embed.mongo