Remove flywat from DDI & DMF servers (#2370)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -51,17 +51,6 @@
|
|||||||
<artifactId>mariadb-java-client</artifactId>
|
<artifactId>mariadb-java-client</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- h2 flyway is supported by the flyway-core dependency -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.flywaydb</groupId>
|
|
||||||
<artifactId>flyway-database-postgresql</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.flywaydb</groupId>
|
|
||||||
<artifactId>flyway-mysql</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<!-- Database END -->
|
|
||||||
|
|
||||||
<!-- Test -->
|
<!-- Test -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.eclipse.hawkbit</groupId>
|
<groupId>org.eclipse.hawkbit</groupId>
|
||||||
@@ -69,6 +58,19 @@
|
|||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- h2 flyway is supported by the flyway-core dependency -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.flywaydb</groupId>
|
||||||
|
<artifactId>flyway-database-postgresql</artifactId>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.flywaydb</groupId>
|
||||||
|
<artifactId>flyway-mysql</artifactId>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
<!-- Database END -->
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@@ -56,10 +56,6 @@ springdoc.show-login-endpoint=true
|
|||||||
springdoc.packages-to-scan=org.eclipse.hawkbit.ddi
|
springdoc.packages-to-scan=org.eclipse.hawkbit.ddi
|
||||||
springdoc.paths-to-exclude=/system/**
|
springdoc.paths-to-exclude=/system/**
|
||||||
|
|
||||||
# Flyway disabled - US only
|
|
||||||
spring.flyway.enabled=false
|
|
||||||
## SQL Database Configuration - END
|
|
||||||
|
|
||||||
## No Schedulers - START
|
## No Schedulers - START
|
||||||
hawkbit.autoassign.scheduler.enabled=false
|
hawkbit.autoassign.scheduler.enabled=false
|
||||||
hawkbit.rollout.scheduler.enabled=false
|
hawkbit.rollout.scheduler.enabled=false
|
||||||
|
|||||||
@@ -51,17 +51,6 @@
|
|||||||
<artifactId>mariadb-java-client</artifactId>
|
<artifactId>mariadb-java-client</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- h2 flyway is supported by the flyway-core dependency -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.flywaydb</groupId>
|
|
||||||
<artifactId>flyway-database-postgresql</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.flywaydb</groupId>
|
|
||||||
<artifactId>flyway-mysql</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<!-- Database END -->
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>jakarta.servlet</groupId>
|
<groupId>jakarta.servlet</groupId>
|
||||||
<artifactId>jakarta.servlet-api</artifactId>
|
<artifactId>jakarta.servlet-api</artifactId>
|
||||||
|
|||||||
@@ -35,10 +35,6 @@ spring.rabbitmq.port=5672
|
|||||||
spring.main.web-application-type=none
|
spring.main.web-application-type=none
|
||||||
hawkbit.server.security.dos.filter.enabled=false
|
hawkbit.server.security.dos.filter.enabled=false
|
||||||
|
|
||||||
# Flyway disabled - US only
|
|
||||||
spring.flyway.enabled=false
|
|
||||||
## SQL Database Configuration - END
|
|
||||||
|
|
||||||
## No Schedulers - START
|
## No Schedulers - START
|
||||||
hawkbit.autoassign.scheduler.enabled=false
|
hawkbit.autoassign.scheduler.enabled=false
|
||||||
hawkbit.rollout.scheduler.enabled=false
|
hawkbit.rollout.scheduler.enabled=false
|
||||||
|
|||||||
Reference in New Issue
Block a user