Skip to content
Snippets Groups Projects

Vulnerability Fixing and POM Reorganization

Merged Daniel Scholl (MS] requested to merge vulnerabilities into master
Files
2
@@ -93,6 +93,10 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
</dependency>
<!-- Azure Dependencies -->
<!-- Versions managed by azure core library -->
@@ -128,6 +132,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-java</artifactId>
@@ -140,14 +149,6 @@
<scope>test</scope>
<version>${cucumber.version}</version>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<!-- Build Configuration -->
Loading