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>