Skip to content

Commit

Permalink
[FLINK-23255][test] Add vintage engine for test util modules
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickRen committed Aug 6, 2021
1 parent 7c9b589 commit 7866567
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flink-test-utils-parent/flink-connector-test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,11 @@
<artifactId>junit-jupiter</artifactId>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
6 changes: 6 additions & 0 deletions flink-test-utils-parent/flink-test-utils-junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ under the License.
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
Expand Down

0 comments on commit 7866567

Please sign in to comment.