I've reimplemented the test so it doesn't require this. I'd rather leave the dependencies clear since the container's not really dependent. check out what I'm about to commit and let me know what you think.

D

Elliot Metsger wrote:
I didn't see that it causes a problem - it is scoped to test.

It was to support the ContainerInvoker test. we can take it out if you want.

David H. DeWolf wrote:
I'm assuming this change was a mistake? It creates a cyclical dependency. The container should NOT depend on the driver.

[EMAIL PROTECTED] wrote:

-
+        <dependency>
+            <groupId>org.apache.pluto</groupId>
+            <artifactId>pluto-portal-driver</artifactId>
+            <version>${pom.version}</version>
+            <scope>test</scope>
+        </dependency>
<!-- Other Support Libraries =========================================== -->
         <dependency>
             <groupId>commons-logging</groupId>


Reply via email to