1.0.0-SNAPSHOT

This commit is contained in:
insanity 2017-05-25 20:23:20 +09:00
parent fcda5d8b6c
commit c1a1c8f523
2 changed files with 0 additions and 11 deletions

View File

@ -14,7 +14,6 @@
<artifactId>overflow_proxy_db</artifactId>
<packaging>jar</packaging>
<version>1.0.0-SNAPSHOT</version>
<name>com.loafle.overflow_proxy_db</name>
<properties>
<grpc.version>1.2.0</grpc.version>
@ -58,14 +57,6 @@
<version>9.4-1200-jdbc41</version>
</dependency>
<!--&lt;!&ndash; https://mvnrepository.com/artifact/junit/junit &ndash;&gt;-->
<!--<dependency>-->
<!--<groupId>junit</groupId>-->
<!--<artifactId>junit</artifactId>-->
<!--<version>4.4</version>-->
<!--</dependency>-->
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>

View File

@ -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();