dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #03797
Re: JAR File and External Dependency in POM
Yeas,
Thank you Lars and everyone !
On Mon, Dec 21, 2009 at 6:07 PM, Lars Helge Øverland <larshelge@xxxxxxxxx>wrote:
>
>
> OK in that case you can use the "exlusion" element:
>
> <dependency>
> <groupId>group-a</groupId>
> <artifactId>artifact-a</artifactId>
> <version>1.0</version>
>
> <exclusions>
> <exclusion>
> <groupId>group-c</groupId>
> <artifactId>excluded-artifact</artifactId>
> </exclusion>
> </exclusions>
>
> </dependency>
>
>
> But I am not sure if this is a good practise, you need to make sure it is
> safe and meaningful to exclude that dependency..
>
--
Hieu.HISPVietnam
Good Health !
References