You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2009/09/19 08:35:26 UTC

svn commit: r816860 - in /camel/trunk: examples/camel-example-reportincident/pom.xml parent/pom.xml tests/camel-itest-osgi/pom.xml tests/test-bundles/pom.xml

Author: davsclaus
Date: Sat Sep 19 06:35:25 2009
New Revision: 816860

URL: http://svn.apache.org/viewvc?rev=816860&view=rev
Log:
Working with maven 2.0.9 again.

Modified:
    camel/trunk/examples/camel-example-reportincident/pom.xml
    camel/trunk/parent/pom.xml
    camel/trunk/tests/camel-itest-osgi/pom.xml
    camel/trunk/tests/test-bundles/pom.xml

Modified: camel/trunk/examples/camel-example-reportincident/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-reportincident/pom.xml?rev=816860&r1=816859&r2=816860&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-reportincident/pom.xml (original)
+++ camel/trunk/examples/camel-example-reportincident/pom.xml Sat Sep 19 06:35:25 2009
@@ -98,12 +98,11 @@
 		</dependency>
 
         <!-- unit testing mail using mock -->
-        <dependency>
-            <groupId>org.jvnet.mock-javamail</groupId>
-            <artifactId>mock-javamail</artifactId>
-            <version>1.7</version>
-            <scope>test</scope>
-        </dependency>
+		<dependency>
+		    <groupId>org.apache.camel.tests</groupId>
+		    <artifactId>org.apache.camel.tests.mock-javamail_1.7</artifactId>
+		    <scope>test</scope>
+		</dependency>
 
 	</dependencies>
 

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=816860&r1=816859&r2=816860&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Sat Sep 19 06:35:25 2009
@@ -508,12 +508,11 @@
         <version>${project.version}</version>
       </dependency>
       
-      <!-- this one fails on maven 2.0.9 when assembling
       <dependency>
         <groupId>org.apache.camel.tests</groupId>
         <artifactId>org.apache.camel.tests.mock-javamail_1.7</artifactId>
         <version>${project.version}</version>
-      </dependency> -->
+      </dependency>
 
       <!-- testing jars -->
       <dependency>

Modified: camel/trunk/tests/camel-itest-osgi/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-osgi/pom.xml?rev=816860&r1=816859&r2=816860&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-osgi/pom.xml (original)
+++ camel/trunk/tests/camel-itest-osgi/pom.xml Sat Sep 19 06:35:25 2009
@@ -104,12 +104,11 @@
       <artifactId>camel-jpa</artifactId>
       <scope>test</scope>
     </dependency>
-<!-- this one fails on maven 2.0.9 
 	<dependency>
 	  <groupId>org.apache.camel.tests</groupId>
 	  <artifactId>org.apache.camel.tests.mock-javamail_1.7</artifactId>
 	  <scope>test</scope>
-    </dependency> -->
+    </dependency>
 	<dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context-support</artifactId>      

Modified: camel/trunk/tests/test-bundles/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/test-bundles/pom.xml?rev=816860&r1=816859&r2=816860&view=diff
==============================================================================
--- camel/trunk/tests/test-bundles/pom.xml (original)
+++ camel/trunk/tests/test-bundles/pom.xml Sat Sep 19 06:35:25 2009
@@ -143,6 +143,8 @@
     </build>
    
    <modules>
+<!-- TODO: Does not work with maven 2.0.9 
      <module>mock-javamail_1.7</module>
+-->
    </modules>
 </project>



Re: svn commit: r816860 - in /camel/trunk: examples/camel-example-reportincident/pom.xml parent/pom.xml tests/camel-itest-osgi/pom.xml tests/test-bundles/pom.xml

Posted by Claus Ibsen <cl...@gmail.com>.
On Sun, Sep 20, 2009 at 3:46 PM, Willem Jiang <wi...@gmail.com> wrote:
> Hi Claus,
>
> I can reproduce the error, and did a quick fix for it.
> CT should be happy now :)
>

Great news Willem. Good work.


> Willem
>
> Claus Ibsen wrote:
>>
>> Hi Willem
>>
>> And you have tried with a
>>
>> mvn clean install -Dtest=false
>>
>> from the Camel root folder? It is when I do that it fails.
>>
>>
>> On Sun, Sep 20, 2009 at 11:55 AM, Claus Ibsen <cl...@gmail.com>
>> wrote:
>>>
>>> On Sun, Sep 20, 2009 at 11:52 AM, Willem Jiang <wi...@gmail.com>
>>> wrote:
>>>>
>>>> Hi Claus,
>>>>
>>>> I removed your comment, and ran the build, every thing is fine.
>>>> I tried on Mac OSX 1.6.1 and Windows Vista with JDK 1.5.0 and maven
>>>> 2.0.9.
>>>>
>>> The most important part is that it works on the CI servers at FUSE as
>>> well.
>>> So keep an eye on TeamCity.
>>>
>>>
>>>
>>>> Willem
>>>>
>>>> Claus Ibsen wrote:
>>>>>
>>>>> On Sun, Sep 20, 2009 at 10:18 AM, Willem Jiang <wi...@gmail.com>
>>>>> wrote:
>>>>>>
>>>>>> Hi Clause,
>>>>>>
>>>>>> I tried to reproduce the error on maven 2.0.9 of the
>>>>>> org.apache.camel.tests.mock-javamail_1.7, but I'm no luck with it.
>>>>>> Did the blew change fix the error, or you did something else to fix
>>>>>> the
>>>>>> build.
>>>>>
>>>>> I comment out the test in the pom.xml file in folder:
>>>>> davsclaus:(svn)camel[trunk:816854]/tests/test-bundles$
>>>>>
>>>>>  <modules>
>>>>> <!-- TODO: Does not work with maven 2.0.9
>>>>>    <module>mock-javamail_1.7</module>
>>>>> -->
>>>>>  </modules>
>>>>>
>>>>>
>>>>>> Willem
>>>>>>
>>>>>> davsclaus@apache.org wrote:
>>>>>>>
>>>>>>> Author: davsclaus
>>>>>>> Date: Sat Sep 19 06:35:25 2009
>>>>>>> New Revision: 816860
>>>>>>>
>>>>>>> URL: http://svn.apache.org/viewvc?rev=816860&view=rev
>>>>>>> Log:
>>>>>>> Working with maven 2.0.9 again.
>>>>>>>
>>>>>>> Modified:
>>>>>>>  camel/trunk/examples/camel-example-reportincident/pom.xml
>>>>>>>  camel/trunk/parent/pom.xml
>>>>>>>  camel/trunk/tests/camel-itest-osgi/pom.xml
>>>>>>>  camel/trunk/tests/test-bundles/pom.xml
>>>>>>>
>>>
>>>
>>> --
>>> Claus Ibsen
>>> Apache Camel Committer
>>>
>>> Open Source Integration: http://fusesource.com
>>> Blog: http://davsclaus.blogspot.com/
>>> Twitter: http://twitter.com/davsclaus
>>>
>>
>>
>>
>
>



-- 
Claus Ibsen
Apache Camel Committer

Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Re: svn commit: r816860 - in /camel/trunk: examples/camel-example-reportincident/pom.xml parent/pom.xml tests/camel-itest-osgi/pom.xml tests/test-bundles/pom.xml

Posted by Willem Jiang <wi...@gmail.com>.
Hi Claus,

I can reproduce the error, and did a quick fix for it.
CT should be happy now :)

Willem

Claus Ibsen wrote:
> Hi Willem
> 
> And you have tried with a
> 
> mvn clean install -Dtest=false
> 
> from the Camel root folder? It is when I do that it fails.
> 
> 
> On Sun, Sep 20, 2009 at 11:55 AM, Claus Ibsen <cl...@gmail.com> wrote:
>> On Sun, Sep 20, 2009 at 11:52 AM, Willem Jiang <wi...@gmail.com> wrote:
>>> Hi Claus,
>>>
>>> I removed your comment, and ran the build, every thing is fine.
>>> I tried on Mac OSX 1.6.1 and Windows Vista with JDK 1.5.0 and maven 2.0.9.
>>>
>> The most important part is that it works on the CI servers at FUSE as well.
>> So keep an eye on TeamCity.
>>
>>
>>
>>> Willem
>>>
>>> Claus Ibsen wrote:
>>>> On Sun, Sep 20, 2009 at 10:18 AM, Willem Jiang <wi...@gmail.com>
>>>> wrote:
>>>>> Hi Clause,
>>>>>
>>>>> I tried to reproduce the error on maven 2.0.9 of the
>>>>> org.apache.camel.tests.mock-javamail_1.7, but I'm no luck with it.
>>>>> Did the blew change fix the error, or you did something else to fix the
>>>>> build.
>>>> I comment out the test in the pom.xml file in folder:
>>>> davsclaus:(svn)camel[trunk:816854]/tests/test-bundles$
>>>>
>>>>   <modules>
>>>> <!-- TODO: Does not work with maven 2.0.9
>>>>     <module>mock-javamail_1.7</module>
>>>> -->
>>>>   </modules>
>>>>
>>>>
>>>>> Willem
>>>>>
>>>>> davsclaus@apache.org wrote:
>>>>>> Author: davsclaus
>>>>>> Date: Sat Sep 19 06:35:25 2009
>>>>>> New Revision: 816860
>>>>>>
>>>>>> URL: http://svn.apache.org/viewvc?rev=816860&view=rev
>>>>>> Log:
>>>>>> Working with maven 2.0.9 again.
>>>>>>
>>>>>> Modified:
>>>>>>   camel/trunk/examples/camel-example-reportincident/pom.xml
>>>>>>   camel/trunk/parent/pom.xml
>>>>>>   camel/trunk/tests/camel-itest-osgi/pom.xml
>>>>>>   camel/trunk/tests/test-bundles/pom.xml
>>>>>>
>>
>>
>> --
>> Claus Ibsen
>> Apache Camel Committer
>>
>> Open Source Integration: http://fusesource.com
>> Blog: http://davsclaus.blogspot.com/
>> Twitter: http://twitter.com/davsclaus
>>
> 
> 
> 


Re: svn commit: r816860 - in /camel/trunk: examples/camel-example-reportincident/pom.xml parent/pom.xml tests/camel-itest-osgi/pom.xml tests/test-bundles/pom.xml

Posted by Claus Ibsen <cl...@gmail.com>.
Hi Willem

And you have tried with a

mvn clean install -Dtest=false

from the Camel root folder? It is when I do that it fails.


On Sun, Sep 20, 2009 at 11:55 AM, Claus Ibsen <cl...@gmail.com> wrote:
> On Sun, Sep 20, 2009 at 11:52 AM, Willem Jiang <wi...@gmail.com> wrote:
>> Hi Claus,
>>
>> I removed your comment, and ran the build, every thing is fine.
>> I tried on Mac OSX 1.6.1 and Windows Vista with JDK 1.5.0 and maven 2.0.9.
>>
>
> The most important part is that it works on the CI servers at FUSE as well.
> So keep an eye on TeamCity.
>
>
>
>> Willem
>>
>> Claus Ibsen wrote:
>>>
>>> On Sun, Sep 20, 2009 at 10:18 AM, Willem Jiang <wi...@gmail.com>
>>> wrote:
>>>>
>>>> Hi Clause,
>>>>
>>>> I tried to reproduce the error on maven 2.0.9 of the
>>>> org.apache.camel.tests.mock-javamail_1.7, but I'm no luck with it.
>>>> Did the blew change fix the error, or you did something else to fix the
>>>> build.
>>>
>>> I comment out the test in the pom.xml file in folder:
>>> davsclaus:(svn)camel[trunk:816854]/tests/test-bundles$
>>>
>>>   <modules>
>>> <!-- TODO: Does not work with maven 2.0.9
>>>     <module>mock-javamail_1.7</module>
>>> -->
>>>   </modules>
>>>
>>>
>>>> Willem
>>>>
>>>> davsclaus@apache.org wrote:
>>>>>
>>>>> Author: davsclaus
>>>>> Date: Sat Sep 19 06:35:25 2009
>>>>> New Revision: 816860
>>>>>
>>>>> URL: http://svn.apache.org/viewvc?rev=816860&view=rev
>>>>> Log:
>>>>> Working with maven 2.0.9 again.
>>>>>
>>>>> Modified:
>>>>>   camel/trunk/examples/camel-example-reportincident/pom.xml
>>>>>   camel/trunk/parent/pom.xml
>>>>>   camel/trunk/tests/camel-itest-osgi/pom.xml
>>>>>   camel/trunk/tests/test-bundles/pom.xml
>>>>>
>>
>
>
>
> --
> Claus Ibsen
> Apache Camel Committer
>
> Open Source Integration: http://fusesource.com
> Blog: http://davsclaus.blogspot.com/
> Twitter: http://twitter.com/davsclaus
>



-- 
Claus Ibsen
Apache Camel Committer

Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Re: svn commit: r816860 - in /camel/trunk: examples/camel-example-reportincident/pom.xml parent/pom.xml tests/camel-itest-osgi/pom.xml tests/test-bundles/pom.xml

Posted by Claus Ibsen <cl...@gmail.com>.
On Sun, Sep 20, 2009 at 11:52 AM, Willem Jiang <wi...@gmail.com> wrote:
> Hi Claus,
>
> I removed your comment, and ran the build, every thing is fine.
> I tried on Mac OSX 1.6.1 and Windows Vista with JDK 1.5.0 and maven 2.0.9.
>

The most important part is that it works on the CI servers at FUSE as well.
So keep an eye on TeamCity.



> Willem
>
> Claus Ibsen wrote:
>>
>> On Sun, Sep 20, 2009 at 10:18 AM, Willem Jiang <wi...@gmail.com>
>> wrote:
>>>
>>> Hi Clause,
>>>
>>> I tried to reproduce the error on maven 2.0.9 of the
>>> org.apache.camel.tests.mock-javamail_1.7, but I'm no luck with it.
>>> Did the blew change fix the error, or you did something else to fix the
>>> build.
>>
>> I comment out the test in the pom.xml file in folder:
>> davsclaus:(svn)camel[trunk:816854]/tests/test-bundles$
>>
>>   <modules>
>> <!-- TODO: Does not work with maven 2.0.9
>>     <module>mock-javamail_1.7</module>
>> -->
>>   </modules>
>>
>>
>>> Willem
>>>
>>> davsclaus@apache.org wrote:
>>>>
>>>> Author: davsclaus
>>>> Date: Sat Sep 19 06:35:25 2009
>>>> New Revision: 816860
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=816860&view=rev
>>>> Log:
>>>> Working with maven 2.0.9 again.
>>>>
>>>> Modified:
>>>>   camel/trunk/examples/camel-example-reportincident/pom.xml
>>>>   camel/trunk/parent/pom.xml
>>>>   camel/trunk/tests/camel-itest-osgi/pom.xml
>>>>   camel/trunk/tests/test-bundles/pom.xml
>>>>
>



-- 
Claus Ibsen
Apache Camel Committer

Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Re: svn commit: r816860 - in /camel/trunk: examples/camel-example-reportincident/pom.xml parent/pom.xml tests/camel-itest-osgi/pom.xml tests/test-bundles/pom.xml

Posted by Willem Jiang <wi...@gmail.com>.
Hi Claus,

I removed your comment, and ran the build, every thing is fine.
I tried on Mac OSX 1.6.1 and Windows Vista with JDK 1.5.0 and maven 2.0.9.

Willem

Claus Ibsen wrote:
> On Sun, Sep 20, 2009 at 10:18 AM, Willem Jiang <wi...@gmail.com> wrote:
>> Hi Clause,
>>
>> I tried to reproduce the error on maven 2.0.9 of the
>> org.apache.camel.tests.mock-javamail_1.7, but I'm no luck with it.
>> Did the blew change fix the error, or you did something else to fix the
>> build.
> 
> I comment out the test in the pom.xml file in folder:
> davsclaus:(svn)camel[trunk:816854]/tests/test-bundles$
> 
>    <modules>
> <!-- TODO: Does not work with maven 2.0.9
>      <module>mock-javamail_1.7</module>
> -->
>    </modules>
> 
> 
>> Willem
>>
>> davsclaus@apache.org wrote:
>>> Author: davsclaus
>>> Date: Sat Sep 19 06:35:25 2009
>>> New Revision: 816860
>>>
>>> URL: http://svn.apache.org/viewvc?rev=816860&view=rev
>>> Log:
>>> Working with maven 2.0.9 again.
>>>
>>> Modified:
>>>    camel/trunk/examples/camel-example-reportincident/pom.xml
>>>    camel/trunk/parent/pom.xml
>>>    camel/trunk/tests/camel-itest-osgi/pom.xml
>>>    camel/trunk/tests/test-bundles/pom.xml
>>>

Re: svn commit: r816860 - in /camel/trunk: examples/camel-example-reportincident/pom.xml parent/pom.xml tests/camel-itest-osgi/pom.xml tests/test-bundles/pom.xml

Posted by Claus Ibsen <cl...@gmail.com>.
On Sun, Sep 20, 2009 at 10:18 AM, Willem Jiang <wi...@gmail.com> wrote:
> Hi Clause,
>
> I tried to reproduce the error on maven 2.0.9 of the
> org.apache.camel.tests.mock-javamail_1.7, but I'm no luck with it.
> Did the blew change fix the error, or you did something else to fix the
> build.

I comment out the test in the pom.xml file in folder:
davsclaus:(svn)camel[trunk:816854]/tests/test-bundles$

   <modules>
<!-- TODO: Does not work with maven 2.0.9
     <module>mock-javamail_1.7</module>
-->
   </modules>


>
> Willem
>
> davsclaus@apache.org wrote:
>>
>> Author: davsclaus
>> Date: Sat Sep 19 06:35:25 2009
>> New Revision: 816860
>>
>> URL: http://svn.apache.org/viewvc?rev=816860&view=rev
>> Log:
>> Working with maven 2.0.9 again.
>>
>> Modified:
>>    camel/trunk/examples/camel-example-reportincident/pom.xml
>>    camel/trunk/parent/pom.xml
>>    camel/trunk/tests/camel-itest-osgi/pom.xml
>>    camel/trunk/tests/test-bundles/pom.xml
>>
>> Modified: camel/trunk/examples/camel-example-reportincident/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-reportincident/pom.xml?rev=816860&r1=816859&r2=816860&view=diff
>>
>> ==============================================================================
>> --- camel/trunk/examples/camel-example-reportincident/pom.xml (original)
>> +++ camel/trunk/examples/camel-example-reportincident/pom.xml Sat Sep 19
>> 06:35:25 2009
>> @@ -98,12 +98,11 @@
>>                </dependency>
>>           <!-- unit testing mail using mock -->
>> -        <dependency>
>> -            <groupId>org.jvnet.mock-javamail</groupId>
>> -            <artifactId>mock-javamail</artifactId>
>> -            <version>1.7</version>
>> -            <scope>test</scope>
>> -        </dependency>
>> +               <dependency>
>> +                   <groupId>org.apache.camel.tests</groupId>
>> +
>> <artifactId>org.apache.camel.tests.mock-javamail_1.7</artifactId>
>> +                   <scope>test</scope>
>> +               </dependency>
>>          </dependencies>
>>
>> Modified: camel/trunk/parent/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=816860&r1=816859&r2=816860&view=diff
>>
>> ==============================================================================
>> --- camel/trunk/parent/pom.xml (original)
>> +++ camel/trunk/parent/pom.xml Sat Sep 19 06:35:25 2009
>> @@ -508,12 +508,11 @@
>>         <version>${project.version}</version>
>>       </dependency>
>>       -      <!-- this one fails on maven 2.0.9 when assembling
>>       <dependency>
>>         <groupId>org.apache.camel.tests</groupId>
>>         <artifactId>org.apache.camel.tests.mock-javamail_1.7</artifactId>
>>         <version>${project.version}</version>
>> -      </dependency> -->
>> +      </dependency>
>>         <!-- testing jars -->
>>       <dependency>
>>
>> Modified: camel/trunk/tests/camel-itest-osgi/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-osgi/pom.xml?rev=816860&r1=816859&r2=816860&view=diff
>>
>> ==============================================================================
>> --- camel/trunk/tests/camel-itest-osgi/pom.xml (original)
>> +++ camel/trunk/tests/camel-itest-osgi/pom.xml Sat Sep 19 06:35:25 2009
>> @@ -104,12 +104,11 @@
>>       <artifactId>camel-jpa</artifactId>
>>       <scope>test</scope>
>>     </dependency>
>> -<!-- this one fails on maven 2.0.9        <dependency>
>>          <groupId>org.apache.camel.tests</groupId>
>>          <artifactId>org.apache.camel.tests.mock-javamail_1.7</artifactId>
>>          <scope>test</scope>
>> -    </dependency> -->
>> +    </dependency>
>>        <dependency>
>>       <groupId>org.springframework</groupId>
>>       <artifactId>spring-context-support</artifactId>
>> Modified: camel/trunk/tests/test-bundles/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/camel/trunk/tests/test-bundles/pom.xml?rev=816860&r1=816859&r2=816860&view=diff
>>
>> ==============================================================================
>> --- camel/trunk/tests/test-bundles/pom.xml (original)
>> +++ camel/trunk/tests/test-bundles/pom.xml Sat Sep 19 06:35:25 2009
>> @@ -143,6 +143,8 @@
>>     </build>
>>        <modules>
>> +<!-- TODO: Does not work with maven 2.0.9
>>  <module>mock-javamail_1.7</module>
>> +-->
>>    </modules>
>>  </project>
>>
>>
>>
>
>



-- 
Claus Ibsen
Apache Camel Committer

Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Re: svn commit: r816860 - in /camel/trunk: examples/camel-example-reportincident/pom.xml parent/pom.xml tests/camel-itest-osgi/pom.xml tests/test-bundles/pom.xml

Posted by Willem Jiang <wi...@gmail.com>.
Hi Clause,

I tried to reproduce the error on maven 2.0.9 of the 
org.apache.camel.tests.mock-javamail_1.7, but I'm no luck with it.
Did the blew change fix the error, or you did something else to fix the 
build.

Willem

davsclaus@apache.org wrote:
> Author: davsclaus
> Date: Sat Sep 19 06:35:25 2009
> New Revision: 816860
> 
> URL: http://svn.apache.org/viewvc?rev=816860&view=rev
> Log:
> Working with maven 2.0.9 again.
> 
> Modified:
>     camel/trunk/examples/camel-example-reportincident/pom.xml
>     camel/trunk/parent/pom.xml
>     camel/trunk/tests/camel-itest-osgi/pom.xml
>     camel/trunk/tests/test-bundles/pom.xml
> 
> Modified: camel/trunk/examples/camel-example-reportincident/pom.xml
> URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-reportincident/pom.xml?rev=816860&r1=816859&r2=816860&view=diff
> ==============================================================================
> --- camel/trunk/examples/camel-example-reportincident/pom.xml (original)
> +++ camel/trunk/examples/camel-example-reportincident/pom.xml Sat Sep 19 06:35:25 2009
> @@ -98,12 +98,11 @@
>  		</dependency>
>  
>          <!-- unit testing mail using mock -->
> -        <dependency>
> -            <groupId>org.jvnet.mock-javamail</groupId>
> -            <artifactId>mock-javamail</artifactId>
> -            <version>1.7</version>
> -            <scope>test</scope>
> -        </dependency>
> +		<dependency>
> +		    <groupId>org.apache.camel.tests</groupId>
> +		    <artifactId>org.apache.camel.tests.mock-javamail_1.7</artifactId>
> +		    <scope>test</scope>
> +		</dependency>
>  
>  	</dependencies>
>  
> 
> Modified: camel/trunk/parent/pom.xml
> URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=816860&r1=816859&r2=816860&view=diff
> ==============================================================================
> --- camel/trunk/parent/pom.xml (original)
> +++ camel/trunk/parent/pom.xml Sat Sep 19 06:35:25 2009
> @@ -508,12 +508,11 @@
>          <version>${project.version}</version>
>        </dependency>
>        
> -      <!-- this one fails on maven 2.0.9 when assembling
>        <dependency>
>          <groupId>org.apache.camel.tests</groupId>
>          <artifactId>org.apache.camel.tests.mock-javamail_1.7</artifactId>
>          <version>${project.version}</version>
> -      </dependency> -->
> +      </dependency>
>  
>        <!-- testing jars -->
>        <dependency>
> 
> Modified: camel/trunk/tests/camel-itest-osgi/pom.xml
> URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-osgi/pom.xml?rev=816860&r1=816859&r2=816860&view=diff
> ==============================================================================
> --- camel/trunk/tests/camel-itest-osgi/pom.xml (original)
> +++ camel/trunk/tests/camel-itest-osgi/pom.xml Sat Sep 19 06:35:25 2009
> @@ -104,12 +104,11 @@
>        <artifactId>camel-jpa</artifactId>
>        <scope>test</scope>
>      </dependency>
> -<!-- this one fails on maven 2.0.9 
>  	<dependency>
>  	  <groupId>org.apache.camel.tests</groupId>
>  	  <artifactId>org.apache.camel.tests.mock-javamail_1.7</artifactId>
>  	  <scope>test</scope>
> -    </dependency> -->
> +    </dependency>
>  	<dependency>
>        <groupId>org.springframework</groupId>
>        <artifactId>spring-context-support</artifactId>      
> 
> Modified: camel/trunk/tests/test-bundles/pom.xml
> URL: http://svn.apache.org/viewvc/camel/trunk/tests/test-bundles/pom.xml?rev=816860&r1=816859&r2=816860&view=diff
> ==============================================================================
> --- camel/trunk/tests/test-bundles/pom.xml (original)
> +++ camel/trunk/tests/test-bundles/pom.xml Sat Sep 19 06:35:25 2009
> @@ -143,6 +143,8 @@
>      </build>
>     
>     <modules>
> +<!-- TODO: Does not work with maven 2.0.9 
>       <module>mock-javamail_1.7</module>
> +-->
>     </modules>
>  </project>
> 
> 
>