From c1a1c8f523d2ff41bd8b71c1ba460d53bc274060 Mon Sep 17 00:00:00 2001 From: insanity Date: Thu, 25 May 2017 20:23:20 +0900 Subject: [PATCH] 1.0.0-SNAPSHOT --- pom.xml | 9 --------- src/test/java/com/loafle/TestClient.java | 2 -- 2 files changed, 11 deletions(-) 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();