Sfoglia il codice sorgente

将httpclient显式进行依赖,以便于客户端优先使用配置的版本

master
Binary Wang 8 anni fa
parent
commit
fad9abaa40
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. +5
    -0
      pom.xml

+ 5
- 0
pom.xml Vedi File

@@ -97,6 +97,11 @@
<version>${logback.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>


Caricamento…
Annulla
Salva