mirror of https://github.com/apache/maven.git
o isolated realm is obsolete
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721765 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6d841464e3
commit
0853c03589
|
@ -25,7 +25,6 @@ under the License.
|
||||||
<implementation>org.apache.maven.wagon.providers.http.LightweightHttpWagon</implementation>
|
<implementation>org.apache.maven.wagon.providers.http.LightweightHttpWagon</implementation>
|
||||||
<instantiation-strategy>per-lookup</instantiation-strategy>
|
<instantiation-strategy>per-lookup</instantiation-strategy>
|
||||||
<description>LightweightHttpWagon</description>
|
<description>LightweightHttpWagon</description>
|
||||||
<isolated-realm>false</isolated-realm>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<httpHeaders>
|
<httpHeaders>
|
||||||
<property>
|
<property>
|
||||||
|
@ -41,7 +40,6 @@ under the License.
|
||||||
<implementation>org.apache.maven.wagon.providers.http.LightweightHttpsWagon</implementation>
|
<implementation>org.apache.maven.wagon.providers.http.LightweightHttpsWagon</implementation>
|
||||||
<instantiation-strategy>per-lookup</instantiation-strategy>
|
<instantiation-strategy>per-lookup</instantiation-strategy>
|
||||||
<description>LightweightHttpsWagon</description>
|
<description>LightweightHttpsWagon</description>
|
||||||
<isolated-realm>false</isolated-realm>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<httpHeaders>
|
<httpHeaders>
|
||||||
<property>
|
<property>
|
||||||
|
|
Loading…
Reference in New Issue