Skip to content

Commit 7db4e44

Browse files
committed
fixed name and maven config
1 parent 9833b2c commit 7db4e44

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

jdk_17_maven/em/external/web/spring-petclinic/src/main/java/em/external/petclinic/ExternalEvoMasterController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public static void main(String[] args) {
3535
jarLocation = args[2];
3636
}
3737
if(! jarLocation.endsWith(".jar")) {
38-
jarLocation += "/petclinic-sut.jar";
38+
jarLocation += "/spring-petclinic-sut.jar";
3939
}
4040
int timeoutSeconds = 120;
4141
if(args.length > 3){

jdk_17_maven/em/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
</exclusion>
3434
</exclusions>
3535
</dependency>
36+
<dependency>
37+
<groupId>org.evomaster</groupId>
38+
<artifactId>evomaster-client-java-instrumentation</artifactId>
39+
<version>${evomaster-version}</version>
40+
</dependency>
3641
<dependency>
3742
<groupId>org.evomaster</groupId>
3843
<artifactId>evomaster-client-java-dependencies</artifactId>

0 commit comments

Comments
 (0)