[seam-commits] Seam SVN: r15657 - in branches/enterprise/WFK-2_1: functional-tests and 1 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jan 30 17:19:09 EST 2014


Author: manaRH
Date: 2014-01-30 17:19:08 -0500 (Thu, 30 Jan 2014)
New Revision: 15657

Modified:
   branches/enterprise/WFK-2_1/bom/pom.xml
   branches/enterprise/WFK-2_1/functional-tests/pom.xml
   branches/enterprise/WFK-2_1/jboss-seam-pdf/pom.xml
Log:
tuning of dependencies

Modified: branches/enterprise/WFK-2_1/bom/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/bom/pom.xml	2014-01-30 10:32:32 UTC (rev 15656)
+++ branches/enterprise/WFK-2_1/bom/pom.xml	2014-01-30 22:19:08 UTC (rev 15657)
@@ -71,7 +71,7 @@
         <version.net.sourceforge.jexcelapi>2.6.10</version.net.sourceforge.jexcelapi> 
         <version.org.javassist>3.15.0-GA-redhat-2</version.org.javassist> 
         <version.javax.portlet>1.0</version.javax.portlet>
-        <version.javax.mail>1.4.2</version.javax.mail>
+        <version.javax.mail>1.4.5-redhat-1</version.javax.mail>
         <version.javax.xml.ws>2.1</version.javax.xml.ws> 
         <version.javax.xml.soap>1.3</version.javax.xml.soap>
         <version.javax.annotation>1.0</version.javax.annotation>

Modified: branches/enterprise/WFK-2_1/functional-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/functional-tests/pom.xml	2014-01-30 10:32:32 UTC (rev 15656)
+++ branches/enterprise/WFK-2_1/functional-tests/pom.xml	2014-01-30 22:19:08 UTC (rev 15657)
@@ -25,6 +25,28 @@
             <groupId>org.jboss.arquillian.graphene</groupId>
             <artifactId>graphene-webdriver</artifactId>
             <type>pom</type>
+            <exclusions>
+                <exclusion>
+                    <artifactId>jetty-http</artifactId>
+                    <groupId>org.eclipse.jetty</groupId>
+                </exclusion>
+                <exclusion>
+                    <artifactId>jetty-io</artifactId>
+                    <groupId>org.eclipse.jetty</groupId>
+                </exclusion>
+                <exclusion>
+                    <artifactId>jetty-repacked</artifactId>
+                    <groupId>org.seleniumhq.selenium</groupId>
+                </exclusion>
+                <exclusion>
+                    <artifactId>jetty-util</artifactId>
+                    <groupId>org.eclipse.jetty</groupId>
+                </exclusion>
+                <exclusion>
+                    <artifactId>jetty-websocket</artifactId>
+                    <groupId>org.eclipse.jetty</groupId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
     </dependencies>

Modified: branches/enterprise/WFK-2_1/jboss-seam-pdf/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-pdf/pom.xml	2014-01-30 10:32:32 UTC (rev 15656)
+++ branches/enterprise/WFK-2_1/jboss-seam-pdf/pom.xml	2014-01-30 22:19:08 UTC (rev 15657)
@@ -14,10 +14,26 @@
 		<dependency>
 			<groupId>com.lowagie</groupId>
 			<artifactId>itext</artifactId>
+			<exclusions>
+			    <exclusion>
+			        <artifactId>bcmail-jdk14</artifactId>
+			        <groupId>org.bouncycastle</groupId>
+			    </exclusion>
+			    <exclusion>
+			        <artifactId>bctsp-jdk14</artifactId>
+			        <groupId>org.bouncycastle</groupId>
+			    </exclusion>
+			</exclusions>
 		</dependency>
 		<dependency>
 			<groupId>com.lowagie</groupId>
 			<artifactId>itext-rtf</artifactId>
+			<exclusions>
+			    <exclusion>
+			        <artifactId>bctsp-jdk14</artifactId>
+			        <groupId>org.bouncycastle</groupId>
+			    </exclusion>
+			</exclusions>
 		</dependency>
 
 		<dependency>



More information about the seam-commits mailing list