<dependency>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-security-integration</artifactId>
<version>0.2.0M1</version>
</dependency>
@Grapes(
@Grab(group='org.eclipse.hawkbit', module='hawkbit-security-integration', version='0.2.0M1')
)
<dependency org="org.eclipse.hawkbit" name="hawkbit-security-integration" rev="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-dmf-api
|-- org.springframework.security:spring-security-web
test
|-- org.eclipse.hawkbit:hawkbit-repository-jpa
|-- junit:junit
|-- org.easytesting:fest-assert-core