Skip to content

Commit 358bbbc

Browse files
committed
Merge branch 'MET-6667-Report-on-performance-tests-of-new-Flink-environment' into develop
2 parents 47feaf5 + fa8659b commit 358bbbc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

client/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,16 @@
8383

8484
</dependencies>
8585

86+
<build>
87+
<plugins>
88+
<plugin>
89+
<groupId>org.apache.maven.plugins</groupId>
90+
<artifactId>maven-failsafe-plugin</artifactId>
91+
<version>3.5.3</version>
92+
<executions>
93+
</executions>
94+
</plugin>
95+
</plugins>
96+
</build>
97+
8698
</project>

0 commit comments

Comments
 (0)