[seam-commits] Seam SVN: r15287 - in branches/enterprise/WFK-2_1: jboss-seam-ioc and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Oct 12 14:08:48 EDT 2012


Author: manaRH
Date: 2012-10-12 14:08:48 -0400 (Fri, 12 Oct 2012)
New Revision: 15287

Modified:
   branches/enterprise/WFK-2_1/bom/pom.xml
   branches/enterprise/WFK-2_1/jboss-seam-ioc/pom.xml
Log:
removed guice dependency and tuned httpcomponents dependencies

Modified: branches/enterprise/WFK-2_1/bom/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/bom/pom.xml	2012-10-12 14:35:50 UTC (rev 15286)
+++ branches/enterprise/WFK-2_1/bom/pom.xml	2012-10-12 18:08:48 UTC (rev 15287)
@@ -173,18 +173,6 @@
 			</dependency>
 
 			<dependency>
-				<groupId>org.jbpm.jbpm3</groupId>
-				<artifactId>jbpm-jpdl</artifactId>
-				<version>3.2.10.SP3_seam2</version>
-				<exclusions>
-					<exclusion>
-						<groupId>org.hibernate</groupId>
-						<artifactId>hibernate-core</artifactId>
-					</exclusion>
-				</exclusions>
-			</dependency>
-
-			<dependency>
 				<groupId>net.sf.ehcache</groupId>
 				<artifactId>ehcache</artifactId>
 				<version>1.2.3</version>
@@ -571,76 +559,71 @@
 				<version>1.6.5</version>
 			</dependency>
 
-                   <dependency>
-                               <groupId>org.springframework</groupId>
-                               <artifactId>spring-beans</artifactId>
-                               <version>${version.spring}</version>
-                       </dependency>
+         	  <dependency>
+                     <groupId>org.springframework</groupId>
+                     <artifactId>spring-beans</artifactId>
+                     <version>${version.spring}</version>
+             </dependency>
 
-                       <dependency>
-                               <groupId>org.springframework</groupId>
-                               <artifactId>spring-aop</artifactId>
-                               <version>${version.spring}</version>
-                       </dependency>
+             <dependency>
+                     <groupId>org.springframework</groupId>
+                     <artifactId>spring-aop</artifactId>
+                     <version>${version.spring}</version>
+             </dependency>
 
-                       <dependency>
-                               <groupId>org.springframework</groupId>
-                               <artifactId>spring-core</artifactId>
-                               <version>${version.spring}</version>
-                       </dependency>
+             <dependency>
+                     <groupId>org.springframework</groupId>
+                     <artifactId>spring-core</artifactId>
+                     <version>${version.spring}</version>
+             </dependency>
 
-                       <dependency>
-                               <groupId>org.springframework</groupId>
-                               <artifactId>spring-context</artifactId>
-                               <version>${version.spring}</version>
-                       </dependency>
+             <dependency>
+                     <groupId>org.springframework</groupId>
+                     <artifactId>spring-context</artifactId>
+                     <version>${version.spring}</version>
+             </dependency>
 
-                       <dependency>
-                               <groupId>org.springframework</groupId>
-                               <artifactId>spring-context-support</artifactId>
-                               <version>${version.spring}</version>
-                       </dependency>
+             <dependency>
+                     <groupId>org.springframework</groupId>
+                     <artifactId>spring-context-support</artifactId>
+                     <version>${version.spring}</version>
+             </dependency>
 
-                       <dependency>
-                               <groupId>org.springframework</groupId>
-                               <artifactId>spring-tx</artifactId>
-                               <version>${version.spring}</version>
-                       </dependency>
+             <dependency>
+                     <groupId>org.springframework</groupId>
+                     <artifactId>spring-tx</artifactId>
+                     <version>${version.spring}</version>
+             </dependency>
 
-                       <dependency>
-                               <groupId>org.springframework</groupId>
-                               <artifactId>spring-jdbc</artifactId>
-                               <version>${version.spring}</version>
-                       </dependency>
+             <dependency>
+                     <groupId>org.springframework</groupId>
+                     <artifactId>spring-jdbc</artifactId>
+                     <version>${version.spring}</version>
+             </dependency>
 
-                       <dependency>
-                               <groupId>org.springframework</groupId>
-                               <artifactId>spring-orm</artifactId>
-                               <version>${version.spring}</version>
-                       </dependency>
+             <dependency>
+                     <groupId>org.springframework</groupId>
+                     <artifactId>spring-orm</artifactId>
+                     <version>${version.spring}</version>
+             </dependency>
 
-                       <dependency>
-                               <groupId>org.springframework</groupId>
-                               <artifactId>spring-jms</artifactId>
-                               <version>${version.spring}</version>
-                       </dependency>
+             <dependency>
+                     <groupId>org.springframework</groupId>
+                     <artifactId>spring-jms</artifactId>
+                     <version>${version.spring}</version>
+             </dependency>
 
-                       <dependency>
-                               <groupId>org.springframework</groupId>
-                               <artifactId>spring-web</artifactId>
-                               <version>${version.spring}</version>
-                       </dependency>
+             <dependency>
+                     <groupId>org.springframework</groupId>
+                     <artifactId>spring-web</artifactId>
+                     <version>${version.spring}</version>
+             </dependency>
 
-                       <dependency>
-                               <groupId>org.springframework</groupId>
-                               <artifactId>spring-webmvc</artifactId>
-                               <version>${version.spring}</version>
-                       </dependency>
-			<dependency>
-				<groupId>com.google.code.guice</groupId>
-				<artifactId>guice</artifactId>
-				<version>1.0</version>
-			</dependency>
+             <dependency>
+                     <groupId>org.springframework</groupId>
+                     <artifactId>spring-webmvc</artifactId>
+                     <version>${version.spring}</version>
+             </dependency>
 
 			<dependency>
 				<groupId>cglib</groupId>
@@ -649,30 +632,6 @@
 			</dependency>
 
 			<dependency>
-				<groupId>com.adobe.blazeds</groupId>
-				<artifactId>blazeds-common</artifactId>
-				<version>3.2.0.3978</version>
-			</dependency>
-
-			<dependency>
-				<groupId>com.adobe.blazeds</groupId>
-				<artifactId>blazeds-proxy</artifactId>
-				<version>3.2.0.3978</version>
-			</dependency>
-
-			<dependency>
-				<groupId>com.adobe.blazeds</groupId>
-				<artifactId>blazeds-core</artifactId>
-				<version>3.2.0.3978</version>
-			</dependency>
-
-			<dependency>
-				<groupId>com.adobe.blazeds</groupId>
-				<artifactId>blazeds-remoting</artifactId>
-				<version>3.2.0.3978</version>
-			</dependency>
-
-			<dependency>
 				<groupId>com.lowagie</groupId>
 				<artifactId>itext</artifactId>
 				<version>2.1.7</version>
@@ -725,13 +684,13 @@
 					</exclusion>
 				</exclusions>
 			</dependency>
-         <!--  rewriting version in openid pom -->
-         <dependency>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpclient</artifactId>
-            <version>4.0.2</version>
-         </dependency>
+			<!--  rewriting version in   pom --> 
 			<dependency>
+			   <groupId>org.apache.httpcomponents</groupId>
+			   <artifactId>httpclient</artifactId>
+			   <version>4.1.3</version>
+			</dependency>
+			<dependency>
 				<groupId>org.openid4java</groupId>
 				<artifactId>openid4java-consumer</artifactId>
 				<version>0.9.6</version>

Modified: branches/enterprise/WFK-2_1/jboss-seam-ioc/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-ioc/pom.xml	2012-10-12 14:35:50 UTC (rev 15286)
+++ branches/enterprise/WFK-2_1/jboss-seam-ioc/pom.xml	2012-10-12 18:08:48 UTC (rev 15287)
@@ -55,12 +55,6 @@
 		</dependency>
 
 		<dependency>
-			<groupId>com.google.code.guice</groupId>
-			<artifactId>guice</artifactId>
-			<optional>true</optional>
-		</dependency>
-
-		<dependency>
             <groupId>org.hibernate.javax.persistence</groupId>
             <artifactId>hibernate-jpa-2.0-api</artifactId>
 			<optional>true</optional>
@@ -79,11 +73,6 @@
 			<scope>provided</scope>
 		</dependency>
 
-<!-- 		<dependency> -->
-<!-- 			<groupId>jboss</groupId> -->
-<!-- 			<artifactId>jboss-jmx</artifactId> -->
-<!-- 		</dependency> -->
-
 	</dependencies>
 
     <profiles>



More information about the seam-commits mailing list