diff --git a/pom.xml b/pom.xml
index 59e7a89..aaff4cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,6 @@
overflow_proxy_db
jar
1.0.0-SNAPSHOT
- com.loafle.overflow_proxy_db
1.2.0
@@ -58,14 +57,6 @@
9.4-1200-jdbc41
-
-
-
-
-
-
-
-
org.codehaus.jackson
jackson-mapper-asl
diff --git a/src/test/java/com/loafle/TestClient.java b/src/test/java/com/loafle/TestClient.java
index 4339d17..2b8e27c 100644
--- a/src/test/java/com/loafle/TestClient.java
+++ b/src/test/java/com/loafle/TestClient.java
@@ -9,7 +9,6 @@ import io.grpc.ManagedChannel;
import io.grpc.ManagedChannelBuilder;
import io.grpc.StatusRuntimeException;
import org.codehaus.jackson.map.ObjectMapper;
-import org.junit.Ignore;
import org.junit.Test;
import java.util.concurrent.TimeUnit;
@@ -43,7 +42,6 @@ public class TestClient {
m.setDigest("bbbbbbbbb");
m.setPwSalt("salktttt");
m.setEmail("insanity@loafle.com");
- m.setRegistDate(111110);
ObjectMapper mapper = new ObjectMapper();