<dependency>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-http-security</artifactId>
<version>0.2.0M5</version>
</dependency>
@Grapes(
@Grab(group='org.eclipse.hawkbit', module='hawkbit-http-security', version='0.2.0M5')
)
<parent> <groupId>org.eclipse.hawkbit</groupId> <artifactId>hawkbit-parent</artifactId> <version>0.2.0M5</version> </parent>
compile
|-- org.eclipse.hawkbit:hawkbit-repository-api
|-- org.eclipse.hawkbit:hawkbit-security-core
|-- org.eclipse.hawkbit:hawkbit-security-integration
|-- com.github.ben-manes.caffeine:caffeine
provided
|-- javax.servlet:javax.servlet-api
test