You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2008/07/24 21:02:29 UTC

svn commit: r679492 - /maven/sandbox/branches/SI_MAVEN_2_1_A/pom.xml

Author: sisbell
Date: Thu Jul 24 12:02:28 2008
New Revision: 679492

URL: http://svn.apache.org/viewvc?rev=679492&view=rev
Log:
Remove maven-shared-model as part of core build.

Modified:
    maven/sandbox/branches/SI_MAVEN_2_1_A/pom.xml

Modified: maven/sandbox/branches/SI_MAVEN_2_1_A/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/branches/SI_MAVEN_2_1_A/pom.xml?rev=679492&r1=679491&r2=679492&view=diff
==============================================================================
--- maven/sandbox/branches/SI_MAVEN_2_1_A/pom.xml (original)
+++ maven/sandbox/branches/SI_MAVEN_2_1_A/pom.xml Thu Jul 24 12:02:28 2008
@@ -253,7 +253,6 @@
     <module>maven-plugin-api</module>
     <module>maven-profile</module>
     <module>maven-project</module>
-    <module>maven-shared-model</module>    
     <module>maven-reporting-api</module>
     <module>maven-embedder</module>
     <module>maven-workspace</module>
@@ -272,8 +271,6 @@
     <plexusInterpolationVersion>1.1</plexusInterpolationVersion>
     <plexusUtilsVersion>1.5.5</plexusUtilsVersion>
     <wagonVersion>1.0-beta-3</wagonVersion>
-    <mavenSharedModelVersion>1.0-SNAPSHOT</mavenSharedModelVersion>
-    <woodstoxVersion>3.2.6</woodstoxVersion>
   </properties>
   
   <!--start-->
@@ -428,17 +425,6 @@
           </exclusion>
         </exclusions>
       </dependency>   
-      <!-- New Model Parser -->
-      <dependency>
-        <groupId>org.codehaus.woodstox</groupId>
-        <artifactId>wstx-asl</artifactId>
-        <version>${woodstoxVersion}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.maven.shared</groupId>
-        <artifactId>maven-shared-model</artifactId>
-        <version>${mavenSharedModelVersion}</version>
-      </dependency>
       <!-- Needed for backward compat aspect. -->
       <dependency>
         <groupId>aspectj</groupId>