<dependency>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-repository-jpa</artifactId>
<version>0.2.0</version>
</dependency>
@Grapes(
@Grab(group='org.eclipse.hawkbit', module='hawkbit-repository-jpa', version='0.2.0')
)
<parent> <groupId>org.eclipse.hawkbit</groupId> <artifactId>hawkbit-repository</artifactId> <version>0.2.0</version> </parent>
compile
|-- org.eclipse.hawkbit:hawkbit-repository-api
|-- org.eclipse.hawkbit:hawkbit-repository-core
|-- org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem
|-- org.springframework.boot:spring-boot-starter-data-jpa
|-- org.eclipse.persistence:org.eclipse.persistence.jpa
|-- org.springframework.security:spring-security-core
|-- cz.jirutka.rsql:rsql-parser
|-- org.jsoup:jsoup
test
|-- org.eclipse.hawkbit:hawkbit-repository-test
|-- ru.yandex.qatools.allure:allure-junit-adaptor