Skip to content

Commit 7be093e

Browse files
committed
chore: remove unused liquibase-maven-plugin
[skip ci]
1 parent 8df5aaa commit 7be093e

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,23 +1078,6 @@
10781078
<version>${jacoco.plugin.version}</version>
10791079
</plugin>
10801080

1081-
<plugin>
1082-
<groupId>org.liquibase</groupId>
1083-
<artifactId>liquibase-maven-plugin</artifactId>
1084-
<version>${liquibase.version}</version>
1085-
<configuration>
1086-
<changeLogFile>${basedir}/src/main/resources/liquibase/changelog.xml</changeLogFile>
1087-
<migrationSqlOutputFile>/dev/stdout</migrationSqlOutputFile>
1088-
<!-- See also application-prod.properties -->
1089-
<contexts>scheme,init-data,prod-data</contexts>
1090-
<!-- This configuration matches with infra/docker/prod.yml -->
1091-
<driver>com.mysql.jdbc.Driver</driver>
1092-
<url>jdbc:mysql://localhost:3306/mystamps?characterEncoding=UTF-8&amp;useSSL=false</url>
1093-
<username>mystamps</username>
1094-
<password>secret</password>
1095-
</configuration>
1096-
</plugin>
1097-
10981081
<!--
10991082
Usage: ./mvnw org.owasp:dependency-check-maven:check
11001083
(analyze dependencies for vulnerabilities and creates report in target/dependency-check-report.html)

0 commit comments

Comments
 (0)