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