@@ -69,14 +69,14 @@ var (
6969 defaultJars = []* config.DefaultDependency {
7070 {GroupID : ceGroupID , Artifact : "coherence" , IsCoherence : true },
7171 {GroupID : ceGroupID , Artifact : "coherence-json" , IsCoherence : true },
72- {GroupID : "org.jline" , Artifact : "jline" , IsCoherence : false , Version : "3.25.0 " },
72+ {GroupID : "org.jline" , Artifact : "jline" , IsCoherence : false , Version : "3.26.3 " },
7373 }
7474
7575 // list of additional coherence artifacts
7676 validCoherenceArtifacts = []string {"coherence-cdi-server" , "coherence-cdi" , "coherence-concurrent" , "coherence-grpc-proxy" ,
7777 "coherence-grpc" , "coherence-helidon-client" , "coherence-helidon-grpc-proxy" , "coherence-http-netty" , "coherence-java-client" ,
7878 "coherence-jcache" , "coherence-jpa" , "coherence-management" , "coherence-micrometer" , "coherence-mp-config" , "coherence-metrics" ,
79- "coherence-mp-metrics" , "coherence-rest" }
79+ "coherence-mp-metrics" , "coherence-rest" , "coherence-hnsw" , "coherence-mp-health" }
8080)
8181
8282// checkCreateRequirements validates that all the necessary requirements are fulfilled
0 commit comments