diff --git a/pom.xml b/pom.xml
index 8790dfa..dc89125 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
com.loafle.overflow
commons-java
jar
- 1.0.107-SNAPSHOT
+ 1.0.108-SNAPSHOT
com.loafle.overflow.commons-java
diff --git a/src/main/java/com/loafle/overflow/service/central/meta/MetaCrawlerMappingService.java b/src/main/java/com/loafle/overflow/service/central/meta/MetaCrawlerMappingService.java
index 9498e59..cf0cc0f 100644
--- a/src/main/java/com/loafle/overflow/service/central/meta/MetaCrawlerMappingService.java
+++ b/src/main/java/com/loafle/overflow/service/central/meta/MetaCrawlerMappingService.java
@@ -22,5 +22,5 @@ public interface MetaCrawlerMappingService {
List readAllByMetaTargetTypeKey(String targetTypeKey) throws OverflowException;
@WebappAPI
- MetaCrawlerMapping regist() throws OverflowException;
+ MetaCrawlerMapping regist(MetaCrawlerMapping metaCrawlerMapping) throws OverflowException;
}