[seam-commits] Seam SVN: r13787 - branches/enterprise/JBPAPP_5_0/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Oct 1 04:36:39 EDT 2010
Author: manaRH
Date: 2010-10-01 04:36:38 -0400 (Fri, 01 Oct 2010)
New Revision: 13787
Modified:
branches/enterprise/JBPAPP_5_0/build/core.pom.xml
branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
JBPAPP-5086 - first step of removing useless/transitive dependencies
Modified: branches/enterprise/JBPAPP_5_0/build/core.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/core.pom.xml 2010-09-30 08:27:00 UTC (rev 13786)
+++ branches/enterprise/JBPAPP_5_0/build/core.pom.xml 2010-10-01 08:36:38 UTC (rev 13787)
@@ -295,42 +295,42 @@
<scope>runtime</scope>
</dependency>
- <dependency>
- <groupId>concurrent</groupId>
- <artifactId>concurrent</artifactId>
- <optional>true</optional>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>concurrent</groupId>-->
+<!-- <artifactId>concurrent</artifactId>-->
+<!-- <optional>true</optional>-->
+<!-- </dependency>-->
- <dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-vfs</artifactId>
- <optional>true</optional>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>org.jboss</groupId>-->
+<!-- <artifactId>jboss-vfs</artifactId>-->
+<!-- <optional>true</optional>-->
+<!-- </dependency>-->
+<!-- -->
+<!-- <dependency>-->
+<!-- <groupId>org.jboss.logging</groupId>-->
+<!-- <artifactId>jboss-logging-spi</artifactId>-->
+<!-- <optional>true</optional>-->
+<!-- </dependency>-->
- <dependency>
- <groupId>org.jboss.logging</groupId>
- <artifactId>jboss-logging-spi</artifactId>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-common-core</artifactId>
- <optional>true</optional>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>org.jboss</groupId>-->
+<!-- <artifactId>jboss-common-core</artifactId>-->
+<!-- <optional>true</optional>-->
+<!-- </dependency>-->
- <dependency>
- <groupId>apache-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- <optional>true</optional>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>apache-httpclient</groupId>-->
+<!-- <artifactId>commons-httpclient</artifactId>-->
+<!-- <optional>true</optional> -->
+<!-- </dependency>-->
+<!-- -->
+<!-- <dependency>-->
+<!-- <groupId>commons-codec</groupId>-->
+<!-- <artifactId>commons-codec</artifactId>-->
+<!-- <optional>true</optional>-->
+<!-- </dependency>-->
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <optional>true</optional>
- </dependency>
-
<dependency>
<groupId>org.openid4java</groupId>
<artifactId>openid4java</artifactId>
Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2010-09-30 08:27:00 UTC (rev 13786)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2010-10-01 08:36:38 UTC (rev 13787)
@@ -217,7 +217,7 @@
<dependency>
<groupId>org.jbpm.jbpm3</groupId>
<artifactId>jbpm-jpdl</artifactId>
- <version>3.2.5.SP5</version>
+ <version>3.2.9</version>
<exclusions>
<exclusion>
<groupId>org.hibernate</groupId>
@@ -227,6 +227,10 @@
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-core</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -947,17 +951,17 @@
<version>2.1.1.GA</version>
</dependency>
- <dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-vfs</artifactId>
- <version>2.2.0.GA</version>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>org.jboss</groupId>-->
+<!-- <artifactId>jboss-vfs</artifactId>-->
+<!-- <version>2.2.0.GA</version>-->
+<!-- </dependency>-->
- <dependency>
- <groupId>org.jboss.logging</groupId>
- <artifactId>jboss-logging-spi</artifactId>
- <version>2.1.1.GA</version>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>org.jboss.logging</groupId>-->
+<!-- <artifactId>jboss-logging-spi</artifactId>-->
+<!-- <version>2.1.1.GA</version>-->
+<!-- </dependency>-->
<dependency>
<groupId>jboss</groupId>
@@ -1039,17 +1043,17 @@
</exclusions>
</dependency>
- <dependency>
- <groupId>apache-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- <version>3.1</version>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>apache-httpclient</groupId>-->
+<!-- <artifactId>commons-httpclient</artifactId>-->
+<!-- <version>3.1</version>-->
+<!-- </dependency>-->
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>1.3</version>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>commons-codec</groupId>-->
+<!-- <artifactId>commons-codec</artifactId>-->
+<!-- <version>1.3</version>-->
+<!-- </dependency>-->
<dependency>
<groupId>org.openid4java</groupId>
@@ -1208,11 +1212,11 @@
<version>2.3.8</version>
</dependency>
- <dependency>
- <groupId>concurrent</groupId>
- <artifactId>concurrent</artifactId>
- <version>1.3.4</version>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>concurrent</groupId>-->
+<!-- <artifactId>concurrent</artifactId>-->
+<!-- <version>1.3.4</version>-->
+<!-- </dependency>-->
<dependency>
<groupId>org.eclipse.equinox</groupId>
More information about the seam-commits
mailing list