Skip to content

Commit 0c3e906

Browse files
author
Javen
committed
Add needed jars for no-maven building.
1 parent d3f5c49 commit 0c3e906

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

libs/guava-17.0.jar

2.14 MB
Binary file not shown.

libs/mockwebserver-1.5.4.jar

37.8 KB
Binary file not shown.

pom.xml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@
3535
<tag>jpush-client-3.0.0</tag>
3636
</scm>
3737

38-
<developers>
39-
<developer>
40-
<id>jpush</id>
41-
<name>JPush</name>
42-
<email>fajaven@gmail.com</email>
43-
<url>https://github.com/jpush</url>
44-
</developer>
45-
</developers>
46-
4738
<dependencies>
4839
<dependency>
4940
<groupId>com.google.code.gson</groupId>
@@ -74,14 +65,9 @@
7465
<dependency>
7566
<groupId>com.google.guava</groupId>
7667
<artifactId>guava</artifactId>
77-
<version>12.0</version>
68+
<version>17.0</version>
7869
</dependency>
7970

80-
<dependency>
81-
<groupId>joda-time</groupId>
82-
<artifactId>joda-time</artifactId>
83-
<version>2.1</version>
84-
</dependency>
8571
<dependency>
8672
<groupId>com.squareup.okhttp</groupId>
8773
<artifactId>mockwebserver</artifactId>

0 commit comments

Comments
 (0)