Skip to content

Commit

Permalink
read to integrate
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunyip@outlook.com committed Jun 1, 2016
1 parent 3b29a43 commit 766501b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>srb4j</artifactId>
<name>The archetype to generate code</name>
<url>http://maven.apache.org</url>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.5</version>

<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package ${package}.democlient.bo.portal;

import javax.ws.rs.client.Client;
import javax.ws.rs.client.ClientBuilder;
import javax.ws.rs.client.Entity;
import javax.ws.rs.core.Form;
import javax.ws.rs.core.Response;

import org.junit.Assert;
import org.junit.Test;
import ${package}.democlient.util.DemoClientConstants;
import ${package}.democlient.util.DemoClientUtils;

/**
*
Expand Down

0 comments on commit 766501b

Please sign in to comment.