Skip to content
Snippets Groups Projects
Commit 9060c8e2 authored by Deepa Kumari's avatar Deepa Kumari
Browse files

Merge branch 'az/MS-38913-fix-maven-core' into 'master'

Remove cobertura, which is bringing vulnerable package: maven core

See merge request !550
parents 16ea211b e76e8b66
No related branches found
No related tags found
1 merge request!550Remove cobertura, which is bringing vulnerable package: maven core
Pipeline #262368 failed
......@@ -124,18 +124,6 @@
<version>3.6.28</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>${cobertura_maven_plugin_version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>tools</artifactId>
<groupId>com.sun</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
......@@ -148,6 +136,11 @@
<version>${assertj_core_version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<!-- swagger dependencies -->
<dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment