[jboss-cvs] Picketlink SVN: r244 - federation/trunk/picketlink-bindings.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 7 17:11:36 EDT 2010


Author: anil.saldhana at jboss.com
Date: 2010-05-07 17:11:35 -0400 (Fri, 07 May 2010)
New Revision: 244

Modified:
   federation/trunk/picketlink-bindings/pom.xml
Log:
clean up dependencies based on dependency:analyze

Modified: federation/trunk/picketlink-bindings/pom.xml
===================================================================
--- federation/trunk/picketlink-bindings/pom.xml	2010-05-07 21:07:45 UTC (rev 243)
+++ federation/trunk/picketlink-bindings/pom.xml	2010-05-07 21:11:35 UTC (rev 244)
@@ -124,22 +124,6 @@
          <optional>true</optional>
       </dependency>
       <dependency>
-         <groupId>nekohtml</groupId>
-         <artifactId>nekohtml</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.apache</groupId>
-         <artifactId>httpclient</artifactId>
-         <version>3.0.1</version>
-         <optional>true</optional>
-      </dependency>
-      <dependency>
-         <groupId>org.apache.commons</groupId>
-         <artifactId>commons-codec</artifactId>
-         <version>1.3</version>
-         <optional>true</optional>
-      </dependency>
-      <dependency>
          <groupId>org.apache.tomcat</groupId>
          <artifactId>catalina</artifactId>
          <version>6.0.18</version>
@@ -152,58 +136,6 @@
          <scope>test</scope>
       </dependency>
       <dependency>
-         <groupId>apache-xerces</groupId>
-         <artifactId>xercesImpl</artifactId>
-         <version>2.9.1</version>
-         <scope>test</scope>
-      </dependency>
-      <dependency>
-         <groupId>apache-tomcat</groupId>
-         <artifactId>tomcat-util</artifactId>
-         <version>5.5.12</version>
-         <scope>test</scope>
-      </dependency>
-      <dependency>
-         <groupId>apache-tomcat</groupId>
-         <artifactId>naming-resources</artifactId>
-         <version>5.5.12</version>
-         <scope>test</scope>
-      </dependency>
-      <dependency>
-         <groupId>apache-tomcat</groupId>
-         <artifactId>tomcat-http</artifactId>
-         <version>5.5.12</version>
-         <scope>test</scope>
-      </dependency>
-      <dependency>
-         <groupId>apache-logging</groupId>
-         <artifactId>commons-logging-api</artifactId>
-         <version>1.0.3</version>
-         <scope>test</scope>
-      </dependency>
-      <dependency>
-         <groupId>apache-modeler</groupId>
-         <artifactId>commons-modeler</artifactId>
-         <version>1.1patch</version>
-         <scope>test</scope>
-      </dependency>
-      <dependency>
-         <groupId>sun-jaf</groupId>
-         <artifactId>activation</artifactId>
-         <version>1.1</version>
-         <scope>test</scope>
-      </dependency>
-      <dependency>
-         <groupId>org.mortbay.jetty</groupId>
-         <artifactId>jetty</artifactId>
-         <scope>test</scope>
-      </dependency>
-      <dependency>
-         <groupId>org.mortbay.jetty</groupId>
-         <artifactId>jetty-util</artifactId>
-         <scope>test</scope>
-      </dependency>
-      <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
          <scope>test</scope>




More information about the jboss-cvs-commits mailing list