You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by Stephen Duncan <st...@gmail.com> on 2006/06/21 02:11:36 UTC

[PATCH] Remove Unnecessary Dependency Information

The JUnit dependency info is supplied in the parent POM, so it's not
necessary to repeat it in each module.

[[[
Stop specifying version and scope for junit dependency.

* core/pom.xml: Remove version and scope for junit dependency.
* parser/pom.xml: Ditto.
* security/pom.xml: Ditto.
* examples/pom.xml: Ditto.
]]]


-- 
Stephen Duncan Jr
www.stephenduncanjr.com

Re: [PATCH] Remove Unnecessary Dependency Information

Posted by James M Snell <ja...@gmail.com>.
Committed!

Stephen Duncan wrote:
> The JUnit dependency info is supplied in the parent POM, so it's not
> necessary to repeat it in each module.
> 
> [[[
> Stop specifying version and scope for junit dependency.
> 
> * core/pom.xml: Remove version and scope for junit dependency.
> * parser/pom.xml: Ditto.
> * security/pom.xml: Ditto.
> * examples/pom.xml: Ditto.
> ]]]
> 
> 
>