Oh..ok. I will confirm and modify the exclusions syntax in my POM, thank
you so much.
Thanks to Nayan for the command to see maven dependencies tree, it is
really very useful. I did not know about this command but I had tried
the UI option 'Use Maven Dependencies' for which I had to update from
eclipse gynamade to eclipse helios as it did not work with the earlier
one.

- Pradnya

-----Original Message-----
From: Kalpak Gadre [mailto:[email protected]] 
Sent: Saturday, September 18, 2010 4:20 PM
To: Maven Users List
Subject: Re: Maven dependency library versioning issue

  Check the groupId in the exclusion, you have specified it as 
"org.apache.poi" before version 3.0 it use to be only "poi" so your 
exclusion should look like,

<exclusions>
<exclusion>
<groupId>poi</groupId>
<artifactId>poi</artifactId>
</exclusion>
</exclusions>


> 2010/9/17 Pradnya Gawade<[email protected]>:
>> Thanks Nayan.
>>
>> I used Maven2 plugin inside eclipse Helios which gives you an option
> I suppose you're using m2eclipse. Ensure you installed the Maven POM
> Editor so you can see the dependency graph.
> You can even exclude the dependency from the graph. It's a life-saver
IMO :-)
>
> Antonio
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to