|
@ -112,6 +112,10 @@ |
|
|
<groupId>com.vaadin.external.google</groupId> |
|
|
<groupId>com.vaadin.external.google</groupId> |
|
|
<artifactId>android-json</artifactId> |
|
|
<artifactId>android-json</artifactId> |
|
|
</exclusion> |
|
|
</exclusion> |
|
|
|
|
|
<exclusion> |
|
|
|
|
|
<artifactId>asm</artifactId> |
|
|
|
|
|
<groupId>org.ow2.asm</groupId> |
|
|
|
|
|
</exclusion> |
|
|
</exclusions> |
|
|
</exclusions> |
|
|
<scope>test</scope> |
|
|
<scope>test</scope> |
|
|
</dependency> |
|
|
</dependency> |
|
@ -236,6 +240,12 @@ |
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
<artifactId>httpclient</artifactId> |
|
|
<artifactId>httpclient</artifactId> |
|
|
<version>4.5.1</version> |
|
|
<version>4.5.1</version> |
|
|
|
|
|
<exclusions> |
|
|
|
|
|
<exclusion> |
|
|
|
|
|
<artifactId>httpcore</artifactId> |
|
|
|
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
|
|
|
</exclusion> |
|
|
|
|
|
</exclusions> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore --> |
|
|
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore --> |
|
|
<dependency> |
|
|
<dependency> |
|
@ -248,6 +258,12 @@ |
|
|
<groupId>com.github.qcloudsms</groupId> |
|
|
<groupId>com.github.qcloudsms</groupId> |
|
|
<artifactId>qcloudsms</artifactId> |
|
|
<artifactId>qcloudsms</artifactId> |
|
|
<version>1.0.5</version> |
|
|
<version>1.0.5</version> |
|
|
|
|
|
<exclusions> |
|
|
|
|
|
<exclusion> |
|
|
|
|
|
<artifactId>httpclient</artifactId> |
|
|
|
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
|
|
|
</exclusion> |
|
|
|
|
|
</exclusions> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>com.alibaba</groupId> |
|
|
<groupId>com.alibaba</groupId> |
|
|