Skip to content

Commit

Permalink
Revert "flyway add dependencies for db types" (#1828)
Browse files Browse the repository at this point in the history
This reverts commit 0b6381e.
  • Loading branch information
simonhir authored Jul 3, 2024
1 parent 38396f0 commit 5efc2bc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 deletions.
8 changes: 1 addition & 7 deletions digiwf-engine/digiwf-engine-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,7 @@

<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-oracle</artifactId>
<version>${flyway.version}</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
<version>${flyway.version}</version>
<artifactId>flyway-core</artifactId>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -51,8 +51,7 @@
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
<version>${flyway.version}</version>
<artifactId>flyway-core</artifactId>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down
1 change: 0 additions & 1 deletion digiwf-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<spring-boot.version>3.2.4</spring-boot.version>
<spring.cloud.version>2023.0.1</spring.cloud.version>
<springdoc-openapi.version>2.6.0</springdoc-openapi.version>
<flyway.version>10.15.2</flyway.version>
<okhttp.version>4.12.0</okhttp.version>
<tika.version>2.9.2</tika.version>
<archunit.version>1.3.0</archunit.version>
Expand Down
3 changes: 1 addition & 2 deletions digiwf-task/digiwf-tasklist-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
<version>${flyway.version}</version>
<artifactId>flyway-core</artifactId>
</dependency>

<!-- Test -->
Expand Down

0 comments on commit 5efc2bc

Please sign in to comment.