We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32fa72c commit b4fda52Copy full SHA for b4fda52
pom.xml
@@ -39,6 +39,14 @@
39
</properties>
40
41
<dependencies>
42
+ <!-- DIFFBLUE -->
43
+ <dependency>
44
+ <groupId>com.diffblue.cover</groupId>
45
+ <artifactId>cover-annotations</artifactId>
46
+ <version>1.5.0</version>
47
+ <scope>provided</scope>
48
+ </dependency>
49
+
50
<!-- Spring and Spring Boot dependencies -->
51
<dependency>
52
<groupId>org.springframework.boot</groupId>
0 commit comments