Author: aadamchik
Date: Sun Jul 30 15:39:42 2006
New Revision: 426967

URL: http://svn.apache.org/viewvc?rev=426967&view=rev
Log:
excluding xerces

Modified:
    incubator/cayenne/main/trunk/pom.xml

Modified: incubator/cayenne/main/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/pom.xml?rev=426967&r1=426966&r2=426967&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/pom.xml (original)
+++ incubator/cayenne/main/trunk/pom.xml Sun Jul 30 15:39:42 2006
@@ -30,8 +30,8 @@
        <name>Cayenne</name>
 
        <description>
-               Apache Cayenne is a powerful, full-featured Java Object 
Relational
-               Mapping framework currently in incubation.
+               Apache Cayenne is a powerful, full-featured Java Object
+               Relational Mapping framework currently in incubation.
        </description>
 
        <url>http://incubator.apache.org/cayenne</url>
@@ -65,7 +65,9 @@
                <mailingList>
                        <name>Cayenne User List</name>
                        <post>[email protected]</post>
-                       <subscribe>[EMAIL PROTECTED]</subscribe>
+                       <subscribe>
+                               [EMAIL PROTECTED]
+                       </subscribe>
                        <unsubscribe>
                                [EMAIL PROTECTED]
                        </unsubscribe>
@@ -82,7 +84,9 @@
                <mailingList>
                        <name>Cayenne Developer List</name>
                        <post>[email protected]</post>
-                       <subscribe>[EMAIL PROTECTED]</subscribe>
+                       <subscribe>
+                               [EMAIL PROTECTED]
+                       </subscribe>
                        <unsubscribe>
                                [EMAIL PROTECTED]
                        </unsubscribe>
@@ -152,7 +156,9 @@
        <distributionManagement>
                <site>
                        <id>apache.website</id>
-                       
<url>scp://people.apache.org/www/incubator.apache.org/cayenne</url>
+                       <url>
+                               
scp://people.apache.org/www/incubator.apache.org/cayenne
+                       </url>
                </site>
        </distributionManagement>
 
@@ -171,7 +177,9 @@
                <developerConnection>
                        
scm:svn:https://@svn.apache.org/repos/asf/incubator/cayenne/main/trunk/cayenne
                </developerConnection>
-               
<url>http://svn.apache.org/viewvc/incubator/cayenne/main/trunk</url>
+               <url>
+                       
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk
+               </url>
        </scm>
 
        <organization>
@@ -186,6 +194,17 @@
                                <groupId>ant</groupId>
                                <artifactId>ant</artifactId>
                                <version>1.6.5</version>
+                               <scope>provided</scope>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>xerces</groupId>
+                                               <artifactId>xerces</artifactId>
+                                       </exclusion>
+                                       <exclusion>
+                                               <groupId>xml-apis</groupId>
+                                               
<artifactId>xml-apis</artifactId>
+                                       </exclusion>
+                               </exclusions>
                        </dependency>
 
                        <dependency>
@@ -193,6 +212,16 @@
                                <artifactId>ant-junit</artifactId>
                                <version>1.6.5</version>
                                <scope>test</scope>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>xerces</groupId>
+                                               <artifactId>xerces</artifactId>
+                                       </exclusion>
+                                       <exclusion>
+                                               <groupId>xml-apis</groupId>
+                                               
<artifactId>xml-apis</artifactId>
+                                       </exclusion>
+                               </exclusions>
                        </dependency>
 
                        <dependency>
@@ -202,13 +231,6 @@
                        </dependency>
 
                        <dependency>
-                               <groupId>bcel</groupId>
-                               <artifactId>bcel</artifactId>
-                               <version>5.1</version>
-                               <scope>test</scope>
-                       </dependency>
-
-                       <dependency>
                                <groupId>cglib</groupId>
                                <artifactId>cglib-nodep</artifactId>
                                <version>2.1_3</version>
@@ -237,6 +259,16 @@
                                <artifactId>commons-dbcp</artifactId>
                                <version>1.2.1</version>
                                <scope>provided</scope>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>xerces</groupId>
+                                               <artifactId>xerces</artifactId>
+                                       </exclusion>
+                                       <exclusion>
+                                               <groupId>xml-apis</groupId>
+                                               
<artifactId>xml-apis</artifactId>
+                                       </exclusion>
+                               </exclusions>
                        </dependency>
 
                        <dependency>
@@ -244,6 +276,16 @@
                                <artifactId>commons-pool</artifactId>
                                <version>1.2</version>
                                <scope>provided</scope>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>xerces</groupId>
+                                               <artifactId>xerces</artifactId>
+                                       </exclusion>
+                                       <exclusion>
+                                               <groupId>xml-apis</groupId>
+                                               
<artifactId>xml-apis</artifactId>
+                                       </exclusion>
+                               </exclusions>
                        </dependency>
 
                        <dependency>
@@ -278,6 +320,16 @@
                                <artifactId>jdom</artifactId>
                                <version>1.0</version>
                                <scope>provided</scope>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>xerces</groupId>
+                                               <artifactId>xerces</artifactId>
+                                       </exclusion>
+                                       <exclusion>
+                                               <groupId>xml-apis</groupId>
+                                               
<artifactId>xml-apis</artifactId>
+                                       </exclusion>
+                               </exclusions>
                        </dependency>
 
                        <dependency>
@@ -369,6 +421,16 @@
                                <artifactId>spring-core</artifactId>
                                <version>1.2.6</version>
                                <scope>test</scope>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>xerces</groupId>
+                                               <artifactId>xerces</artifactId>
+                                       </exclusion>
+                                       <exclusion>
+                                               <groupId>xml-apis</groupId>
+                                               
<artifactId>xml-apis</artifactId>
+                                       </exclusion>
+                               </exclusions>
                        </dependency>
 
                        <dependency>
@@ -397,20 +459,6 @@
                                <version>3.8.1</version>
                                <scope>test</scope>
                        </dependency>
-
-                       <dependency>
-                               <groupId>xml-apis</groupId>
-                               <artifactId>xml-apis</artifactId>
-                               <version>2.0.2</version>
-                               <scope>provided</scope>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>xerces</groupId>
-                               <artifactId>xerces</artifactId>
-                               <version>2.0.2</version>
-                               <scope>provided</scope>
-                       </dependency>
                </dependencies>
        </dependencyManagement>
 
@@ -447,7 +495,9 @@
                <repository>
                        <id>apache-snapshots</id>
                        <name>Apache Snapshots Repository</name>
-                       
<url>http://people.apache.org/maven-snapshot-repository</url>
+                       <url>
+                               
http://people.apache.org/maven-snapshot-repository
+                       </url>
                        <layout>default</layout>
                        <snapshots>
                                <enabled>true</enabled>
@@ -542,8 +592,12 @@
                                        <showProtected>true</showProtected>
                                        <showPackage>false</showPackage>
                                        <links>
-                                               
<link>http://java.sun.com/j2ee/1.4/docs/api</link>
-                                               
<link>http://java.sun.com/j2se/1.5.0/docs/api</link>
+                                               <link>
+                                                       
http://java.sun.com/j2ee/1.4/docs/api
+                                               </link>
+                                               <link>
+                                                       
http://java.sun.com/j2se/1.5.0/docs/api
+                                               </link>
                                                <link>
                                                        
http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/
                                                </link>
@@ -563,15 +617,21 @@
                                                        
http://jakarta.apache.org/commons/pool/apidocs/
                                                </link>
                                                
<link>http://www.junit.org/junit/javadoc/</link>
-                                               
<link>http://logging.apache.org/log4j/docs/api/</link>
-                                               
<link>http://jakarta.apache.org/regexp/apidocs/</link>
+                                               <link>
+                                                       
http://logging.apache.org/log4j/docs/api/
+                                               </link>
+                                               <link>
+                                                       
http://jakarta.apache.org/regexp/apidocs/
+                                               </link>
                                        </links>
                                </configuration>
                        </plugin>
 
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
-                               
<artifactId>maven-project-info-reports-plugin</artifactId>
+                               <artifactId>
+                                       maven-project-info-reports-plugin
+                               </artifactId>
                                <reportSets>
                                        <reportSet>
                                                <reports>


Reply via email to