Skip to content

Commit c78f5df

Browse files
committed
refactor: remove Flyway Maven plugin from pom.xml
The Flyway Maven plugin configuration has been completely removed, including its dependencies and settings as it has been migrated to the new `dataverse-migrate-db` module.
1 parent e31acab commit c78f5df

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

pom.xml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -823,37 +823,6 @@
823823
</resource>
824824
</resources>
825825
<plugins>
826-
827-
<plugin>
828-
<groupId>org.flywaydb</groupId>
829-
<artifactId>flyway-maven-plugin</artifactId>
830-
<version>${flyway.version}</version>
831-
<dependencies>
832-
<dependency>
833-
<groupId>org.postgresql</groupId>
834-
<artifactId>postgresql</artifactId>
835-
<version>${postgresql.version}</version>
836-
</dependency>
837-
<!-- Necessary for Flyway 10+
838-
<dependency>
839-
<groupId>org.flywaydb</groupId>
840-
<artifactId>flyway-database-postgresql</artifactId>
841-
<version>${flyway.version}</version>
842-
</dependency>
843-
-->
844-
</dependencies>
845-
<configuration>
846-
<url>jdbc:postgresql://localhost:54321/dataverse</url>
847-
<user>dataverse</user>
848-
<password>secret</password>
849-
<sqlMigrationSeparator>__</sqlMigrationSeparator>
850-
<locations>
851-
<location>filesystem:src/main/resources/db/migration</location>
852-
<location>filesystem:src/main/resources/db/extra</location>
853-
</locations>
854-
</configuration>
855-
</plugin>
856-
857826
<plugin>
858827
<groupId>org.apache.maven.plugins</groupId>
859828
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)