Thilo Goetz wrote:
> Michael Baessler wrote:
>   
>> I think Thilo added this test, maybe the reference can be replaced.
>>
>> -- Michael
>>
>>     
>
> When I extract the regex annotator, build it with
> maven and do mvn eclipse:eclipse, I end up with
> commons io on my classpath.  How it gets there, I
> have no idea.  It's magic.  When I added the test
> case, I probably saw that commons io was on the cp
> anyway and so used it.  Let's just add a dependency,
> if one is missing.
>
>   
OK - I had added this dependency - but will set the scope to "test" -
since it's not needed except for testing (confirmed by removing it from
the classpath and seeing that one test broke, but nothing else..)

-Marshall
> --Thilo
>   
>
>   
>> Marshall Schor wrote:
>>     
>>> org.apache.commons.io.FileUtils is not listed in the dependencies, so
>>> this is an unresolved reference.
>>>
>>> I'm not sure how it worked before.
>>>
>>> Is the right fix to just add a dependency on org.apache.commons.io? If
>>> we do that, I'm guessing we don't have to distribute it, because maven
>>> will fetch it when needed.
>>>
>>> -Marshall
>>>       
>
>
>   

Reply via email to