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>
|
||||
<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>
|
||||
|
||||
|
||||
<!--<!– https://mvnrepository.com/artifact/junit/junit –>-->
|
||||
<!--<dependency>-->
|
||||
<!--<groupId>junit</groupId>-->
|
||||
<!--<artifactId>junit</artifactId>-->
|
||||
<!--<version>4.4</version>-->
|
||||
<!--</dependency>-->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jackson</groupId>
|
||||
<artifactId>jackson-mapper-asl</artifactId>
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user