diff --git a/hawkbit-runtime/README.md b/hawkbit-runtime/README.md index 93ff3d90a..446001cc8 100644 --- a/hawkbit-runtime/README.md +++ b/hawkbit-runtime/README.md @@ -12,3 +12,5 @@ hawkBit Runtime | `hawkbit-dmf-server/` | Spring-Boot application of hawkBit DMF server. | | `hawkbit-mgmt-server/` | Spring-Boot application of hawkBit Management server. Provides REST Management API and rollouts / auto assigment processing | | `hawkbit-vv8-ui/` | Spring-Boot application of hawkBit Vaadin 8 UI. | + +Note: micro service setup requires all services using DB to use same shared DB. So, they don't work with default in memory H2 database. Docker compose with mysql shows an example setup. diff --git a/hawkbit-runtime/hawkbit-simple-ui/pom.xml b/hawkbit-runtime/hawkbit-simple-ui/pom.xml index 69a8bc935..5d2da6c47 100644 --- a/hawkbit-runtime/hawkbit-simple-ui/pom.xml +++ b/hawkbit-runtime/hawkbit-simple-ui/pom.xml @@ -17,6 +17,7 @@ org.springframework.boot spring-boot-starter-parent 3.1.5 + com.eclipse.hawkbit diff --git a/pom.xml b/pom.xml index 2ef590915..7b5df80e8 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.17 + 2.7.18 org.eclipse.hawkbit @@ -159,7 +159,7 @@ 17 - 2.7.17 + 2.7.18 2021.0.8 2.0.0.RELEASE @@ -173,6 +173,7 @@ 1.33 + 1.2.13