BefatorNix/java/wagon/wagon-provider-test.patch
2025-10-05 22:57:02 +02:00

30 lines
999 B
Diff

diff --git a/wagon-provider-test/pom.xml b/wagon-provider-test/pom.xml
index e5abfef..dc6742a 100644
--- a/wagon-provider-test/pom.xml
+++ b/wagon-provider-test/pom.xml
@@ -33,22 +33,16 @@
<version>1.0-alpha-2-SNAPSHOT</version>
</dependency>
- <dependency>
- <groupId>plexus</groupId>
- <artifactId>plexus-container-api</artifactId>
- <version>1.0-alpha-1-SNAPSHOT</version>
- </dependency>
-
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-container-default</artifactId>
- <version>1.0-alpha-1-SNAPSHOT</version>
+ <version>1.0-alpha-1</version>
</dependency>
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-utils</artifactId>
- <version>1.0-alpha-1-SNAPSHOT</version>
+ <version>1.0-alpha-1</version>
</dependency>
<dependency>