[maven2-common-poms] Remove jtidy depmap (provided by jtidy now)

Stanislav Ochotnicky sochotni at fedoraproject.org
Fri Oct 1 08:20:11 UTC 2010


commit 172b8c0efc4aad9177327b133d8fc83c014f3b26
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Fri Oct 1 10:13:24 2010 +0200

    Remove jtidy depmap (provided by jtidy now)
    
    - Add xerces:dom3-xml-apis to xml-common-apis depmap

 maven2-common-poms-jpp-depmap.xml |   32 ++++++++++++++++----------------
 maven2-common-poms.spec           |    6 +++++-
 2 files changed, 21 insertions(+), 17 deletions(-)
---
diff --git a/maven2-common-poms-jpp-depmap.xml b/maven2-common-poms-jpp-depmap.xml
index 138f32f..25c625e 100644
--- a/maven2-common-poms-jpp-depmap.xml
+++ b/maven2-common-poms-jpp-depmap.xml
@@ -1628,18 +1628,6 @@
 	</dependency>
 	<dependency>
 		<maven>
-			<groupId>jtidy</groupId>
-			<artifactId>jtidy</artifactId>
-			<version>4aug2000r7-dev</version>
-		</maven>
-		<jpp>
-			<groupId>JPP</groupId>
-			<artifactId>jtidy</artifactId>
-			<version>4aug2000r7-dev</version>
-		</jpp>
-	</dependency>
-	<dependency>
-		<maven>
 			<groupId>log4j</groupId>
 			<artifactId>log4j</artifactId>
 			<version>1.2.9</version>
@@ -1736,6 +1724,18 @@
 	</dependency>
 	<dependency>
 		<maven>
+			<groupId>xerces</groupId>
+			<artifactId>dom3-xml-apis</artifactId>
+			<version>2.7.4</version>
+		</maven>
+		<jpp>
+			<groupId>JPP</groupId>
+			<artifactId>xml-commons-apis</artifactId>
+			<version>2.7.4</version>
+		</jpp>
+	</dependency>
+	<dependency>
+		<maven>
 			<groupId>xml-apis</groupId>
 			<artifactId>xml-apis</artifactId>
 			<version>2.7.4</version>
@@ -2433,7 +2433,7 @@
 			<version>1.0</version>
 		</jpp>
 	</dependency>
-	
+
 
 	<!-- Remove jetty and easymock -->
 	<dependency>
@@ -3294,9 +3294,9 @@
         </jpp>
     </dependency>
 
-    <!-- Wagon WEBDAV support is disabled in fedora because we do not wish to 
-         import a dependency of it (jakarta slide, which is now officially 
-         a dead project) 
+    <!-- Wagon WEBDAV support is disabled in fedora because we do not wish to
+         import a dependency of it (jakarta slide, which is now officially
+         a dead project)
     -->
     <dependency>
         <maven>
diff --git a/maven2-common-poms.spec b/maven2-common-poms.spec
index 8c2bf54..b80b537 100644
--- a/maven2-common-poms.spec
+++ b/maven2-common-poms.spec
@@ -33,7 +33,7 @@
 
 Name:              %{parent}-%{subname}
 Version:           1.0
-Release:           23%{?dist}
+Release:           24%{?dist}
 Epoch:             0
 Summary:           Common poms for maven2
 License:           ASL 2.0 and BSD
@@ -91,6 +91,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/maven2
 
 %changelog
+* Thu Sep 30 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0:1.0-24
+- Remove jtidy depmap (provided by jtidy now)
+- Add xerces:dom3-xml-apis to xml-common-apis depmap
+
 * Wed Sep 29 2010 Guido Grazioli <guido.grazioli at gmail.com> 0:1.0-23
 - Remove codehaus-mojo-parent pom, provided by mojo-parent (#634531)
 


More information about the scm-commits mailing list