This commit is contained in:
insanity 2018-06-08 11:56:34 +09:00
parent 8da80cc12c
commit 084b236af1
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<groupId>com.loafle.overflow</groupId> <groupId>com.loafle.overflow</groupId>
<artifactId>commons-java</artifactId> <artifactId>commons-java</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.0.15-SNAPSHOT</version> <version>1.0.16-SNAPSHOT</version>
<name>com.loafle.overflow.commons-java</name> <name>com.loafle.overflow.commons-java</name>
<properties> <properties>

View File

@ -1,6 +1,7 @@
package com.loafle.overflow.service.central.infra; package com.loafle.overflow.service.central.infra;
import com.loafle.overflow.core.exception.OverflowException; import com.loafle.overflow.core.exception.OverflowException;
import com.loafle.overflow.model.infra.InfraService;
/** /**
* Created by insanity on 17. 6. 28. * Created by insanity on 17. 6. 28.