We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b296e8 commit a9695c8Copy full SHA for a9695c8
1 file changed
jdk_17_maven/em/embedded/web/spring-petclinic/pom.xml
@@ -20,6 +20,19 @@
20
<artifactId>spring-petclinic</artifactId>
21
<version>3.1.0-SNAPSHOT</version>
22
</dependency>
23
+ <dependency>
24
+ <groupId>org.evomaster</groupId>
25
+ <artifactId>evomaster-client-java-dependencies</artifactId>
26
+ <version>${evomaster-version}</version>
27
+ <type>pom</type>
28
+ <scope>test</scope>
29
+ <exclusions>
30
+ <exclusion>
31
+ <groupId>org.slf4j</groupId>
32
+ <artifactId>slf4j-api</artifactId>
33
+ </exclusion>
34
+ </exclusions>
35
+ </dependency>
36
</dependencies>
37
38
0 commit comments