File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
example/main/java/cn/jpush/api/examples Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 44import java .util .Map ;
55
66import cn .jpush .api .push .model .notification .*;
7- import com .google .gson .Gson ;
8- import com .google .gson .GsonBuilder ;
7+ import com .google .gson .*;
98import org .slf4j .Logger ;
109import org .slf4j .LoggerFactory ;
1110
2120import cn .jpush .api .push .model .SMS ;
2221import cn .jpush .api .push .model .audience .Audience ;
2322import cn .jpush .api .push .model .audience .AudienceTarget ;
24- import com .google .gson .JsonObject ;
2523
2624public class PushExample {
2725 protected static final Logger LOG = LoggerFactory .getLogger (PushExample .class );
Original file line number Diff line number Diff line change 118118 <plugin >
119119 <groupId >org.apache.maven.plugins</groupId >
120120 <artifactId >maven-release-plugin</artifactId >
121- <version >2.5.3 </version >
121+ <version >2.5.1 </version >
122122 <dependencies >
123123 <dependency >
124124 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments