You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by dj...@apache.org on 2007/08/23 09:43:39 UTC

svn commit: r568866 - /directory/apacheds/trunk/mitosis/pom.xml

Author: djencks
Date: Thu Aug 23 00:43:38 2007
New Revision: 568866

URL: http://svn.apache.org/viewvc?rev=568866&view=rev
Log:
bootstrap partition needed for itests

Modified:
    directory/apacheds/trunk/mitosis/pom.xml

Modified: directory/apacheds/trunk/mitosis/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/mitosis/pom.xml?rev=568866&r1=568865&r2=568866&view=diff
==============================================================================
--- directory/apacheds/trunk/mitosis/pom.xml (original)
+++ directory/apacheds/trunk/mitosis/pom.xml Thu Aug 23 00:43:38 2007
@@ -75,6 +75,13 @@
     </dependency>
 
     <dependency>
+      <groupId>org.apache.directory.server</groupId>
+      <artifactId>apacheds-bootstrap-partition</artifactId>
+      <version>${pom.version}</version>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>nlog4j</artifactId>
     </dependency>



Re: svn commit: r568866 - /directory/apacheds/trunk/mitosis/pom.xml

Posted by Alex Karasulu <ak...@apache.org>.
You get the proverbial "I told you so" :).  Emmanuel was yelling at me about
this last night cursing this DBFILES thing.

Now you have to do the same thing for server-installers and server-main
since you
made this dependency use the test scope in the core and hence it is no
longer inherited transitively.

Alex

On 8/23/07, djencks@apache.org <dj...@apache.org> wrote:
>
> Author: djencks
> Date: Thu Aug 23 00:43:38 2007
> New Revision: 568866
>
> URL: http://svn.apache.org/viewvc?rev=568866&view=rev
> Log:
> bootstrap partition needed for itests
>
> Modified:
>     directory/apacheds/trunk/mitosis/pom.xml
>
> Modified: directory/apacheds/trunk/mitosis/pom.xml
> URL:
> http://svn.apache.org/viewvc/directory/apacheds/trunk/mitosis/pom.xml?rev=568866&r1=568865&r2=568866&view=diff
>
> ==============================================================================
> --- directory/apacheds/trunk/mitosis/pom.xml (original)
> +++ directory/apacheds/trunk/mitosis/pom.xml Thu Aug 23 00:43:38 2007
> @@ -75,6 +75,13 @@
>      </dependency>
>
>      <dependency>
> +      <groupId>org.apache.directory.server</groupId>
> +      <artifactId>apacheds-bootstrap-partition</artifactId>
> +      <version>${pom.version}</version>
> +      <scope>test</scope>
> +    </dependency>
> +
> +    <dependency>
>        <groupId>org.slf4j</groupId>
>        <artifactId>nlog4j</artifactId>
>      </dependency>
>
>
>