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 23:00:13 UTC

svn commit: r679544 - /maven/sandbox/branches/SI_MAVEN_2_1/pom.xml

Author: sisbell
Date: Thu Jul 24 14:00:12 2008
New Revision: 679544

URL: http://svn.apache.org/viewvc?rev=679544&view=rev
Log:
Removed maven-shared-model from build.

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

Modified: maven/sandbox/branches/SI_MAVEN_2_1/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/branches/SI_MAVEN_2_1/pom.xml?rev=679544&r1=679543&r2=679544&view=diff
==============================================================================
--- maven/sandbox/branches/SI_MAVEN_2_1/pom.xml (original)
+++ maven/sandbox/branches/SI_MAVEN_2_1/pom.xml Thu Jul 24 14:00:12 2008
@@ -1,20 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
-  <!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements. See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to you under the Apache License, Version
-    2.0 (the "License"); you may not use this file except in compliance
-    with the License. You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
-    applicable law or agreed to in writing, software distributed under
-    the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
-    OR CONDITIONS OF ANY KIND, either express or implied. See the
-    License for the specific language governing permissions and
-    limitations under the License.
-  -->
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements. See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to you under the Apache License, Version
+  2.0 (the "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+  http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+  applicable law or agreed to in writing, software distributed under
+  the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
+  OR CONDITIONS OF ANY KIND, either express or implied. See the
+  License for the specific language governing permissions and
+  limitations under the License.
+-->
 <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/maven-v4_0_0.xsd">
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.maven</groupId>
@@ -32,14 +32,15 @@
     publication, and distribution publication are all controlled from
     the declarative file. Maven can be extended by plugins to utilise a
     number of other development tools for reporting or the build
-    process. </description>
+    process.
+  </description>
   <url>http://maven.apache.org/</url>
   <inceptionYear>2001</inceptionYear>
   <issueManagement>
     <system>jira</system>
     <url>http://jira.codehaus.org/browse/MNG</url>
   </issueManagement>
-  
+
   <!-- TODO: TAKE THIS OUT BEFORE WE RELEASE! -->
   <repositories>
     <repository>
@@ -271,8 +272,10 @@
     <plexusInterpolationVersion>1.1</plexusInterpolationVersion>
     <plexusUtilsVersion>1.5.5</plexusUtilsVersion>
     <wagonVersion>1.0-beta-3</wagonVersion>
+    <mavenSharedModel>1.0-SNAPSHOT</mavenSharedModel>
+    <woodstoxVersion>3.2.6</woodstoxVersion>
   </properties>
-  
+
   <!--start-->
   <dependencies>
     <dependency>
@@ -367,7 +370,7 @@
             <artifactId>plexus-component-api</artifactId>
           </exclusion>
         </exclusions>
-      </dependency>      
+      </dependency>
       <!--  Wagon -->
       <dependency>
         <groupId>org.apache.maven.wagon</groupId>
@@ -405,6 +408,16 @@
         <version>${doxiaVersion}</version>
       </dependency>
       <dependency>
+        <groupId>org.apache.maven.shared</groupId>
+        <artifactId>maven-shared-model</artifactId>
+        <version>${mavenSharedModel}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.codehaus.woodstox</groupId>
+        <artifactId>wstx-asl</artifactId>
+        <version>${woodstoxVersion}</version>
+      </dependency>
+      <dependency>
         <groupId>easymock</groupId>
         <artifactId>easymock</artifactId>
         <version>${easyMockVersion}</version>
@@ -424,7 +437,7 @@
             <groupId>commons-logging</groupId>
           </exclusion>
         </exclusions>
-      </dependency>   
+      </dependency>
       <!-- Needed for backward compat aspect. -->
       <dependency>
         <groupId>aspectj</groupId>