Author: jdillon
Date: Thu Jan 11 14:38:36 2007
New Revision: 495411
URL: http://svn.apache.org/viewvc?view=rev&rev=495411
Log:
Fixed remaining issues with testsupport deps
Modified:
geronimo/server/trunk/modules/geronimo-jetty6/pom.xml
geronimo/server/trunk/modules/geronimo-web-2.5-builder/pom.xml
Modified: geronimo/server/trunk/modules/geronimo-jetty6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-jetty6/pom.xml?view=diff&rev=495411&r1=495410&r2=495411
==============================================================================
--- geronimo/server/trunk/modules/geronimo-jetty6/pom.xml (original)
+++ geronimo/server/trunk/modules/geronimo-jetty6/pom.xml Thu Jan 11 14:38:36 2007
@@ -33,25 +33,6 @@
<name>Geronimo :: Jetty 6</name>
<dependencies>
- <!--
- ** Major hack IMHO...testsupport brings in selenium as a transitive dependency.
- ** Selenium apparently has Jetty 5 classes buried in its selenium-server jar
- ** and as such was causing the test org.apache.geronimo.jetty6.GBeanInfoTest to
- ** fail with a method not found error on org.mortbay.jetty.util.IO which has
- ** changed in Jetty 6. When Selenium fixes this little problem the following
- ** dependency, and thus the exclusion, can be removed.
- -->
- <dependency>
- <groupId>org.apache.geronimo.testsupport</groupId>
- <artifactId>testsupport-common</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.openqa.selenium.server</groupId>
- <artifactId>selenium-server</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
<dependency>
<groupId>org.apache.geronimo.modules</groupId>
<artifactId>geronimo-security-builder</artifactId>
@@ -128,9 +109,7 @@
<artifactId>commons-primitives</artifactId>
</dependency>
-
</dependencies>
-
<build>
<plugins>
Modified: geronimo/server/trunk/modules/geronimo-web-2.5-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-web-2.5-builder/pom.xml?view=diff&rev=495411&r1=495410&r2=495411
==============================================================================
--- geronimo/server/trunk/modules/geronimo-web-2.5-builder/pom.xml (original)
+++ geronimo/server/trunk/modules/geronimo-web-2.5-builder/pom.xml Thu Jan 11 14:38:36 2007
@@ -51,11 +51,6 @@
</dependency>
<dependency>
- <groupId>org.apache.geronimo.testsupport</groupId>
- <artifactId>testsupport-common</artifactId>
- </dependency>
-
- <dependency>
<groupId>taglibs</groupId>
<artifactId>standard</artifactId>
</dependency>
|