mirror of https://github.com/apache/maven.git
[MNG-6323] Deadlock in multithreaded dependency resolution
In fact it was a very long sleep.....
This commit is contained in:
parent
8f619acd3a
commit
91d1edf14e
2
pom.xml
2
pom.xml
|
@ -65,7 +65,7 @@ under the License.
|
||||||
<cipherVersion>1.7</cipherVersion>
|
<cipherVersion>1.7</cipherVersion>
|
||||||
<modelloVersion>1.9.1</modelloVersion>
|
<modelloVersion>1.9.1</modelloVersion>
|
||||||
<jxpathVersion>1.3</jxpathVersion>
|
<jxpathVersion>1.3</jxpathVersion>
|
||||||
<resolverVersion>1.1.0</resolverVersion>
|
<resolverVersion>1.1.1</resolverVersion>
|
||||||
<slf4jVersion>1.7.25</slf4jVersion>
|
<slf4jVersion>1.7.25</slf4jVersion>
|
||||||
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
|
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
|
||||||
<!-- Control the name of the distribution and information output by mvn -->
|
<!-- Control the name of the distribution and information output by mvn -->
|
||||||
|
|
Loading…
Reference in New Issue