MAVEN剪除傳遞依賴

剪除axis2-transport-http包中的httpcore包

<dependency>
      <groupId>org.apache.axis2</groupId>
      <artifactId>axis2-transport-http</artifactId>
      <version>${axis2.version}</version>
      <exclusions>
        <exclusion>

          <groupId>org.apache.httpcomponents</groupId>
          <artifactId>httpcore</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
相關文章
相關標籤/搜索