mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-06-13 03:11:10 +08:00
update liteflow-core/src/main/java/com/yomahub/liteflow/exception/MissMavenDependencyException.java.
Signed-off-by: 与或非 <1016771049@qq.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user