|
4 | 4 | <groupId>com.baidu</groupId> |
5 | 5 | <artifactId>bcssdk</artifactId> |
6 | 6 | <packaging>jar</packaging> |
7 | | - <version>1.4.5-SNAPSHOT</version> |
| 7 | + <version>0.8.1-SNAPSHOT</version> |
8 | 8 | <name>bcssdk</name> |
9 | 9 | <url>http://maven.apache.org</url> |
10 | 10 | <properties> |
|
23 | 23 | </repository> |
24 | 24 | </distributionManagement> |
25 | 25 | <dependencies> |
26 | | - <!-- bcs dependencies --> |
27 | | - <dependency> |
28 | | - <groupId>log4j</groupId> |
29 | | - <artifactId>log4j</artifactId> |
30 | | - <version>1.2.17</version> |
31 | | - </dependency> |
| 26 | + <!-- bcs dependencies, see location in C:\Users\i058959\Downloads\homekits\bce-java-sdk-0.8.1\third-party --> |
| 27 | + <!-- http://mvnrepository.com/artifact/commons-codec/commons-codec/1.9 --> |
32 | 28 | <dependency> |
33 | 29 | <groupId>commons-codec</groupId> |
34 | 30 | <artifactId>commons-codec</artifactId> |
35 | | - <version>1.6</version> |
| 31 | + <version>1.9</version> |
| 32 | + </dependency> |
| 33 | + <!-- http://mvnrepository.com/artifact/commons-io/commons-io/2.4 --> |
| 34 | + <dependency> |
| 35 | + <groupId>commons-io</groupId> |
| 36 | + <artifactId>commons-io</artifactId> |
| 37 | + <version>2.4</version> |
36 | 38 | </dependency> |
37 | 39 | <dependency> |
38 | 40 | <groupId>commons-logging</groupId> |
39 | 41 | <artifactId>commons-logging</artifactId> |
40 | | - <version>1.1.1</version> |
| 42 | + <version>1.1.3</version> |
| 43 | + </dependency> |
| 44 | + <!-- http://mvnrepository.com/artifact/com.google.guava/guava/17.0 --> |
| 45 | + <dependency> |
| 46 | + <groupId>com.google.guava</groupId> |
| 47 | + <artifactId>guava</artifactId> |
| 48 | + <version>17.0</version> |
41 | 49 | </dependency> |
| 50 | + <!-- http://mvnrepository.com/artifact/org.apache.httpcomponents/httpasyncclient/4.0.2 --> |
| 51 | + <dependency> |
| 52 | + <groupId>org.apache.httpcomponents</groupId> |
| 53 | + <artifactId>httpasyncclient</artifactId> |
| 54 | + <version>4.0.2</version> |
| 55 | + </dependency> |
| 56 | + <!-- http://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient/4.3.5 --> |
42 | 57 | <dependency> |
43 | 58 | <groupId>org.apache.httpcomponents</groupId> |
44 | 59 | <artifactId>httpclient</artifactId> |
45 | | - <version>4.1</version> |
| 60 | + <version>4.3.5</version> |
46 | 61 | </dependency> |
47 | | - <!-- http://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore/4.1 --> |
| 62 | + <!-- http://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore/4.3.2 --> |
48 | 63 | <dependency> |
49 | 64 | <groupId>org.apache.httpcomponents</groupId> |
50 | 65 | <artifactId>httpcore</artifactId> |
51 | | - <version>4.1</version> |
| 66 | + <version>4.3.2</version> |
| 67 | + </dependency> |
| 68 | + <!-- http://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations/2.1.1 --> |
| 69 | + <dependency> |
| 70 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 71 | + <artifactId>jackson-annotations</artifactId> |
| 72 | + <version>2.1.1</version> |
| 73 | + </dependency> |
| 74 | + <!-- http://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core/2.1.1 --> |
| 75 | + <dependency> |
| 76 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 77 | + <artifactId>jackson-core</artifactId> |
| 78 | + <version>2.1.1</version> |
| 79 | + </dependency> |
| 80 | + <!-- http://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind/2.1.1 --> |
| 81 | + <dependency> |
| 82 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 83 | + <artifactId>jackson-databind</artifactId> |
| 84 | + <version>2.1.1</version> |
| 85 | + </dependency> |
| 86 | + <!-- http://mvnrepository.com/artifact/org.slf4j/jcl-over-slf4j/1.7.7 --> |
| 87 | + <dependency> |
| 88 | + <groupId>org.slf4j</groupId> |
| 89 | + <artifactId>jcl-over-slf4j</artifactId> |
| 90 | + <version>1.7.7</version> |
| 91 | + </dependency> |
| 92 | + <!-- http://mvnrepository.com/artifact/joda-time/joda-time/2.3 --> |
| 93 | + <dependency> |
| 94 | + <groupId>joda-time</groupId> |
| 95 | + <artifactId>joda-time</artifactId> |
| 96 | + <version>2.3</version> |
| 97 | + </dependency> |
| 98 | + <!-- http://mvnrepository.com/artifact/ch.qos.logback/logback-classic/1.1.2 --> |
| 99 | + <dependency> |
| 100 | + <groupId>ch.qos.logback</groupId> |
| 101 | + <artifactId>logback-classic</artifactId> |
| 102 | + <version>1.1.2</version> |
| 103 | + </dependency> |
| 104 | + <!-- http://mvnrepository.com/artifact/ch.qos.logback/logback-core/1.1.2 --> |
| 105 | + <dependency> |
| 106 | + <groupId>ch.qos.logback</groupId> |
| 107 | + <artifactId>logback-core</artifactId> |
| 108 | + <version>1.1.2</version> |
52 | 109 | </dependency> |
53 | | - <!-- http://mvnrepository.com/artifact/net.sf.flexjson/flexjson/2.1 --> |
| 110 | + <!-- http://mvnrepository.com/artifact/org.slf4j/slf4j-api/1.7.7 --> |
54 | 111 | <dependency> |
55 | | - <groupId>net.sf.flexjson</groupId> |
56 | | - <artifactId>flexjson</artifactId> |
57 | | - <version>2.1</version> |
| 112 | + <groupId>org.slf4j</groupId> |
| 113 | + <artifactId>slf4j-api</artifactId> |
| 114 | + <version>1.7.7</version> |
58 | 115 | </dependency> |
59 | 116 | <dependency> |
60 | 117 | <groupId>junit</groupId> |
|
0 commit comments