I think we can drop this thread because the POM for the API module says:

    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-core</artifactId>
      <scope>test</scope>
    </dependency>

Gary

On Mon, Oct 27, 2014 at 10:19 AM, Gary Gregory <garydgreg...@gmail.com>
wrote:

> We have dep because of:
>
> /log4j-api/src/test/java/org/apache/logging/log4j/osgi/BundleTestInfo.java
>
> Gary
>
> On Fri, Oct 24, 2014 at 11:21 AM, Ralph Goers <ralph.go...@dslextreme.com>
> wrote:
>
>> Matt removed the test scope on July 23 with a comment of “Remove unused
>> maven properties and scopes”. To be honest, I am not sure why we have a
>> dependency on Maven core at all.  Also, it is declared there in the
>> dependencyManagement, so it isn’t actually being declared as a dependency
>> there.  I don’t see it referenced anywhere else so it will only impact
>> transitive dependencies.
>>
>> Ralph
>>
>> On Oct 24, 2014, at 5:59 AM, Gary Gregory <garydgreg...@gmail.com> wrote:
>>
>>
>> In the parent POM I see:
>>
>>       <dependency>
>>         <groupId>org.apache.maven</groupId>
>>         <artifactId>maven-core</artifactId>
>>         <version>3.1.0</version>
>>       </dependency>
>>
>> The only direct reference I see to Maven is in:
>>
>> log4j-api/src/test/java/org/apache/logging/log4j/osgi/BundleTestInfo.java
>>
>> Shouldn't the dep be <scope>test</scope>?
>>
>> Gary
>> --
>> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
>> <ggreg...@apache.org>
>> Java Persistence with Hibernate, Second Edition
>> <http://www.manning.com/bauer3/>
>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
>> Spring Batch in Action <http://www.manning.com/templier/>
>> Blog: http://garygregory.wordpress.com
>> Home: http://garygregory.com/
>> Tweet! http://twitter.com/GaryGregory
>>
>>
>>
>
>
> --
> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>



-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to