Skip to content

Commit

Permalink
internal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DoodleBobBuffPants committed Dec 2, 2021
1 parent 0e5b7f7 commit 6a73b4b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions flyway-commandline/pom.xml
Expand Up @@ -76,6 +76,11 @@











Expand Down Expand Up @@ -376,6 +381,13 @@
<type>jar</type>
<outputDirectory>${project.build.directory}/editions/enterprise</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.flywaydb.enterprise</groupId>
<artifactId>flyway-desktop-clean</artifactId>
<version>${project.version}</version>
<type>jar</type>
<outputDirectory>${project.build.directory}/editions/enterprise</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.flywaydb.enterprise</groupId>
<artifactId>flyway-vault-integration</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions flyway-commandline/src/main/assembly/component.xml
Expand Up @@ -139,6 +139,7 @@
<include>org.flywaydb:flyway-gcp-spanner</include>
<include>org.flywaydb:flyway-community-db-support</include>
<include>org.flywaydb:flyway-extensibility-commons</include>
<include>org.flywaydb:flyway-desktop-clean</include>
<include>org.flywaydb:flyway-vault-integration</include>
<include>org.flywaydb:flyway-dapr-integration</include>
<include>org.flywaydb:flyway-gcsm-integration</include>
Expand Down Expand Up @@ -173,6 +174,7 @@






<dependencySet>
Expand Down

0 comments on commit 6a73b4b

Please sign in to comment.