Skip to content
Snippets Groups Projects
Commit 44f858a5 authored by Aalekh Jain's avatar Aalekh Jain
Browse files

Added test dependency in `pom.xml`

parent 10e7ba1f
No related branches found
No related tags found
1 merge request!61Improve code coverage
Pipeline #9599 passed
......@@ -101,6 +101,13 @@
<scope>compile</scope>
</dependency>
<!-- test -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<!--
Override the spring-boot version of these dependencies to the ones
required by the azure-core library. This needs to be done for each
......
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