1.0.0-SNAPSHOT
This commit is contained in:
parent
fcda5d8b6c
commit
c1a1c8f523
9
pom.xml
9
pom.xml
|
@ -14,7 +14,6 @@
|
||||||
<artifactId>overflow_proxy_db</artifactId>
|
<artifactId>overflow_proxy_db</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
<name>com.loafle.overflow_proxy_db</name>
|
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<grpc.version>1.2.0</grpc.version>
|
<grpc.version>1.2.0</grpc.version>
|
||||||
|
@ -58,14 +57,6 @@
|
||||||
<version>9.4-1200-jdbc41</version>
|
<version>9.4-1200-jdbc41</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<!--<!– https://mvnrepository.com/artifact/junit/junit –>-->
|
|
||||||
<!--<dependency>-->
|
|
||||||
<!--<groupId>junit</groupId>-->
|
|
||||||
<!--<artifactId>junit</artifactId>-->
|
|
||||||
<!--<version>4.4</version>-->
|
|
||||||
<!--</dependency>-->
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.jackson</groupId>
|
<groupId>org.codehaus.jackson</groupId>
|
||||||
<artifactId>jackson-mapper-asl</artifactId>
|
<artifactId>jackson-mapper-asl</artifactId>
|
||||||
|
|
|
@ -9,7 +9,6 @@ import io.grpc.ManagedChannel;
|
||||||
import io.grpc.ManagedChannelBuilder;
|
import io.grpc.ManagedChannelBuilder;
|
||||||
import io.grpc.StatusRuntimeException;
|
import io.grpc.StatusRuntimeException;
|
||||||
import org.codehaus.jackson.map.ObjectMapper;
|
import org.codehaus.jackson.map.ObjectMapper;
|
||||||
import org.junit.Ignore;
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import java.util.concurrent.TimeUnit;
|
import java.util.concurrent.TimeUnit;
|
||||||
|
@ -43,7 +42,6 @@ public class TestClient {
|
||||||
m.setDigest("bbbbbbbbb");
|
m.setDigest("bbbbbbbbb");
|
||||||
m.setPwSalt("salktttt");
|
m.setPwSalt("salktttt");
|
||||||
m.setEmail("insanity@loafle.com");
|
m.setEmail("insanity@loafle.com");
|
||||||
m.setRegistDate(111110);
|
|
||||||
|
|
||||||
ObjectMapper mapper = new ObjectMapper();
|
ObjectMapper mapper = new ObjectMapper();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user