Remove takari-local-repository extension

This commit is contained in:
sky
2021-04-08 11:02:33 +08:00
committed by Guillaume Nodet
parent 3577951ed5
commit 69da77be0e
5 changed files with 1 additions and 42 deletions

View File

@@ -50,7 +50,7 @@ public class ExtensionsNativeIT {
assertDaemonRegistrySize(1);
DaemonInfo daemon = registry.getAll().iterator().next();
assertTrue(daemon.getOptions().contains(
"mvnd.coreExtensions=io.takari.aether:takari-local-repository:[0.11.3,);fr.jcgay.maven:maven-profiler:3.0"));
"mvnd.coreExtensions=fr.jcgay.maven:maven-profiler:3.0"));
registry.awaitIdle(daemon.getId());

View File

@@ -17,11 +17,6 @@
-->
<extensions>
<extension>
<groupId>io.takari.aether</groupId>
<artifactId>takari-local-repository</artifactId>
<version>[0.11.3,)</version>
</extension>
<extension>
<groupId>fr.jcgay.maven</groupId>
<artifactId>maven-profiler</artifactId>