diff options
Diffstat (limited to 'integration-tests/pom.xml')
-rw-r--r-- | integration-tests/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index e5fede8815..a5d7195761 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -321,12 +321,6 @@ limitations under the License. <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-api</artifactId> - <version>2.17.0</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>${spring.version}</version> @@ -337,6 +331,12 @@ limitations under the License. <artifactId>epsdk-fw</artifactId> <version>${ecomp.version}</version> <scope>test</scope> + <exclusions> + <exclusion> + <artifactId>log4j</artifactId> + <groupId>log4j</groupId> + </exclusion> + </exclusions> </dependency> </dependencies> |