You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2007/07/29 18:15:52 UTC

svn commit: r560751 - in /cayenne/main/trunk: framework/cayenne-jdk1.4-unpublished/pom.xml pom.xml

Author: aadamchik
Date: Sun Jul 29 09:15:51 2007
New Revision: 560751

URL: http://svn.apache.org/viewvc?view=rev&rev=560751
Log:
CAY-824 Extract all DataView related code in a separate module
(removed JDOM dependency)

Modified:
    cayenne/main/trunk/framework/cayenne-jdk1.4-unpublished/pom.xml
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/framework/cayenne-jdk1.4-unpublished/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.4-unpublished/pom.xml?view=diff&rev=560751&r1=560750&r2=560751
==============================================================================
--- cayenne/main/trunk/framework/cayenne-jdk1.4-unpublished/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-jdk1.4-unpublished/pom.xml Sun Jul 29 09:15:51 2007
@@ -140,11 +140,6 @@
 		</dependency>
 
 		<dependency>
-			<groupId>jdom</groupId>
-			<artifactId>jdom</artifactId>
-		</dependency>
-
-		<dependency>
 			<groupId>mockrunner</groupId>
 			<artifactId>mockrunner</artifactId>
 		</dependency>

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?view=diff&rev=560751&r1=560750&r2=560751
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Sun Jul 29 09:15:51 2007
@@ -344,23 +344,6 @@
 			</dependency>
 
 			<dependency>
-				<groupId>jdom</groupId>
-				<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>
 				<groupId>jgoodies</groupId>
 				<artifactId>forms</artifactId>
 				<version>1.0.5</version>