diff options
Diffstat (limited to 'integration-tests/pom.xml')
-rw-r--r-- | integration-tests/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 3051c68b11..726bc5b6f0 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -247,6 +247,12 @@ limitations under the License. <version>3.3</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-api</artifactId> + <version>2.13.1</version> + <scope>test</scope> + </dependency> </dependencies> <build> |