You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ha...@apache.org on 2007/05/14 06:30:01 UTC

svn commit: r537704 - /maven/sandbox/trunk/enterprise/enterprise-core/pom.xml

Author: handyande
Date: Sun May 13 21:29:59 2007
New Revision: 537704

URL: http://svn.apache.org/viewvc?view=rev&rev=537704
Log:
Match container versions

Modified:
    maven/sandbox/trunk/enterprise/enterprise-core/pom.xml

Modified: maven/sandbox/trunk/enterprise/enterprise-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/enterprise/enterprise-core/pom.xml?view=diff&rev=537704&r1=537703&r2=537704
==============================================================================
--- maven/sandbox/trunk/enterprise/enterprise-core/pom.xml (original)
+++ maven/sandbox/trunk/enterprise/enterprise-core/pom.xml Sun May 13 21:29:59 2007
@@ -22,6 +22,10 @@
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-component-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-container-default</artifactId>
+    </dependency>
   </dependencies>
 
   <build>