34 lines
1.1 KiB
Diff
34 lines
1.1 KiB
Diff
Index: pom.xml
|
|
===================================================================
|
|
--- pom.xml (revision 8729)
|
|
+++ pom.xml (working copy)
|
|
@@ -2,12 +2,7 @@
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
- <parent>
|
|
- <groupId>org.codehaus.plexus</groupId>
|
|
- <artifactId>plexus</artifactId>
|
|
- <version>2.0.5</version>
|
|
- </parent>
|
|
-
|
|
+ <groupId>org.codehaus.plexus</groupId>
|
|
<artifactId>plexus-containers</artifactId>
|
|
<version>1.5.4</version>
|
|
<packaging>pom</packaging>
|
|
Index: plexus-component-metadata/pom.xml
|
|
===================================================================
|
|
--- plexus-component-metadata/pom.xml (revision 8729)
|
|
+++ plexus-component-metadata/pom.xml (working copy)
|
|
@@ -63,6 +63,10 @@
|
|
<artifactId>asm</artifactId>
|
|
<version>3.1</version>
|
|
</dependency>
|
|
+ <dependency>
|
|
+ <groupId>org.apache.maven</groupId>
|
|
+ <artifactId>maven-artifact</artifactId>
|
|
+ </dependency>
|
|
</dependencies>
|
|
|
|
<reporting>
|