Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
NIFIREG-426 Remove MySQL 5.6 from test-all-dbs as it is no longer sup…
Browse files Browse the repository at this point in the history
…ported by the latest Flyway version (#310)
  • Loading branch information
bbende authored Oct 27, 2020
1 parent e6bff3d commit 065f11f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions nifi-registry-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,19 +171,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<executions>
<execution>
<id>mysql5.6-test</id>
<phase>verify</phase>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
<configuration>
<systemPropertyVariables>
<spring.profiles.active>mysql-56</spring.profiles.active>
</systemPropertyVariables>
</configuration>
</execution>
<execution>
<id>mysql5.7-test</id>
<phase>verify</phase>
Expand Down

0 comments on commit 065f11f

Please sign in to comment.