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

NIFIREG-426 Remove MySQL 5.6 from test-all-dbs as it is no longer sup… #310

Merged
merged 1 commit into from
Oct 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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