diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-12-30 13:59:00 +0000 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2022-01-05 11:11:55 +0000 |
commit | a8a5863cfb100d4cbbecd0aefe5512234e101d97 (patch) | |
tree | cb03b6e90f17e876c181570f2bad088ca75c3d25 /integration-tests/pom.xml | |
parent | af6601d0d61abafec80f1835959d1f67fe0d46b7 (diff) |
Remove vulnerable dependency
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Ic8283d37a0c4c5c4f4d30016525b819a56401c5e
Issue-ID: SDC-3820
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> |