update liteflow-core/src/main/java/com/yomahub/liteflow/exception/MissMavenDependencyException.java.

Signed-off-by: 与或非 <1016771049@qq.com>
This commit is contained in:
与或非
2025-11-26 10:45:04 +00:00
committed by Gitee
parent 5d4ffeb4fc
commit 85df1b06bc

View File

@@ -28,10 +28,6 @@ public class MissMavenDependencyException extends RuntimeException {
private String message;
public MissMavenDependencyException(String groupId, String artifactId) {
Map<String, String> params = MapBuilder.create(new HashMap<String, String>())
.put("groupId", groupId)
.put("artifactId", artifactId)
.build();
this.message = StrUtil.format(TEMPLATE, MapBuilder.create(new HashMap<String, String>())
.put("groupId", groupId)
.put("artifactId", artifactId)