[maven2-common-poms] Remove most jetty depmaps

Stanislav Ochotnicky sochotni at fedoraproject.org
Tue Sep 6 09:06:15 UTC 2011


commit 798c0fd3e1d0b8dfda695b0620cab6f118f5965a
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Tue Sep 6 10:39:02 2011 +0200

    Remove most jetty depmaps
    
    - Remove backport-util-concurrent, pmd, xmlunit and bndlib depmaps

 maven2-common-poms-jpp-depmap.xml |   69 -------------------------------------
 maven2-common-poms.spec           |    6 +++-
 sources                           |    2 +-
 3 files changed, 6 insertions(+), 71 deletions(-)
---
diff --git a/maven2-common-poms-jpp-depmap.xml b/maven2-common-poms-jpp-depmap.xml
index e550bac..8bad929 100644
--- a/maven2-common-poms-jpp-depmap.xml
+++ b/maven2-common-poms-jpp-depmap.xml
@@ -406,18 +406,6 @@
 	</dependency>
 	<dependency>
 		<maven>
-			<groupId>pmd</groupId>
-			<artifactId>pmd</artifactId>
-			<version>3.4</version>
-		</maven>
-		<jpp>
-			<groupId>JPP</groupId>
-			<artifactId>pmd</artifactId>
-			<version>3.4</version>
-		</jpp>
-	</dependency>
-	<dependency>
-		<maven>
 			<groupId>antlr</groupId>
 			<artifactId>antlrall</artifactId>
 			<version>2.7.4</version>
@@ -590,13 +578,6 @@
 		</jpp>
 	</dependency>
 	<!-- Remove jetty and easymock -->
-	<dependency>
-		<maven>
-			<groupId>org.mortbay.jetty</groupId>
-			<artifactId>jetty</artifactId>
-			<version>6.0.0beta6</version>
-		</maven>
-	</dependency>
     <dependency>
             <maven>
                     <groupId>easymock</groupId>
@@ -607,30 +588,6 @@
 
     <dependency>
         <maven>
-            <groupId>backport-util-concurrent</groupId>
-            <artifactId>backport-util-concurrent</artifactId>
-            <version>3.0</version>
-        </maven>
-        <jpp>
-            <groupId>JPP</groupId>
-            <artifactId>backport-util-concurrent</artifactId>
-            <version>3.0</version>
-        </jpp>
-    </dependency>
-    <dependency>
-        <maven>
-            <groupId>biz.aQute</groupId>
-            <artifactId>bndlib</artifactId>
-            <version>0.0.145</version>
-        </maven>
-        <jpp>
-            <groupId>JPP</groupId>
-            <artifactId>bndlib</artifactId>
-            <version>0.0.145</version>
-        </jpp>
-    </dependency>
-    <dependency>
-        <maven>
             <groupId>ch.ethz.ganymed</groupId>
             <artifactId>ganymed-ssh2</artifactId>
             <version>build210</version>
@@ -750,26 +707,12 @@
     <dependency>
         <maven>
             <groupId>org.mortbay.jetty</groupId>
-            <artifactId>jetty-util</artifactId>
-            <version>6.0.0rc0</version>
-        </maven>
-    </dependency>
-    <dependency>
-        <maven>
-            <groupId>org.mortbay.jetty</groupId>
             <artifactId>project</artifactId>
             <version>6.0.0rc0</version>
         </maven>
     </dependency>
     <dependency>
         <maven>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>servlet-api-2.5</artifactId>
-            <version>6.0.0rc0</version>
-        </maven>
-    </dependency>
-    <dependency>
-        <maven>
             <groupId>org.netbeans.lib</groupId>
             <artifactId>cvsclient</artifactId>
             <version>20060125</version>
@@ -818,18 +761,6 @@
     </dependency>
     <dependency>
         <maven>
-            <groupId>xmlunit</groupId>
-            <artifactId>xmlunit</artifactId>
-            <version>1.0</version>
-        </maven>
-        <jpp>
-            <groupId>JPP</groupId>
-            <artifactId>xmlunit</artifactId>
-            <version>1.0</version>
-        </jpp>
-    </dependency>
-    <dependency>
-        <maven>
             <groupId>xom</groupId>
             <artifactId>xom</artifactId>
             <version>1.1</version>
diff --git a/maven2-common-poms.spec b/maven2-common-poms.spec
index 8d09d7a..8671805 100644
--- a/maven2-common-poms.spec
+++ b/maven2-common-poms.spec
@@ -33,7 +33,7 @@
 
 Name:              %{parent}-%{subname}
 Version:           1.0
-Release:           39%{?dist}
+Release:           40%{?dist}
 Epoch:             0
 Summary:           Common poms for maven2
 License:           ASL 2.0 and BSD
@@ -81,6 +81,10 @@ ln -s %{_datadir}/maven2/default_poms $RPM_BUILD_ROOT%{_javadir}/maven2
 %{_datadir}/maven2
 
 %changelog
+* Tue Sep 06 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0:1.0-40
+- Remove most jetty depmaps
+- Remove backport-util-concurrent, pmd, xmlunit and bndlib depmaps
+
 * Tue Jun 28 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0:1.0-39
 - Point wagon-webdav to maven empty dep
 
diff --git a/sources b/sources
index 98bfbe8..ce58e7e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 e1a697356772cf0dc7badade59aa922b  maven2-common-poms-docs.tar.gz
-3e99d95e94de78bcd6171d1130db29e4  maven2-common-poms-src.tar.xz
+a2aece5982f1bd84e9d61a7126f9c3e3  maven2-common-poms-src.tar.xz


More information about the scm-commits mailing list