Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] test scope dependencies

On Wed, 2020-04-22 at 19:03 +0000, Homer, Tony wrote:
> Hi orbit-dev.
>  
> I am working on adding org.mandas.docker-client 3.2.1 (
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=558284).
> I’ve been working on adding or updating the needed dependencies for
> this.
> I think I have changes open for all of the compile scope dependencies
> (and some required transitives).
> If you can take a look and give a +1 (or a -1) that would be great,
> thanks!
> https://git.eclipse.org/r/#/q/author:+tony.homer%2540intel.com+status:+open
>  
> Is adding test dependencies required, a nice to have or totally
> unnecessary?
> My current thinking is that it is unnecessary, but I thought I’d
> check with you.

I believe it has always been considered unnecessary. Even the recipe
creation in ebr-maven-plugin seems to only gather 'compile' and
'provided' scoped dependencies. In addition test sources shouldn't
be shipped with the library itself. 

With that said, it's still good practice to look over the imports in
case something is missed (optional, or maybe some reflection, as is
the case with the JNR bundles)

Cheers,
-- 
Roland Grunberg



Back to the top