[
https://issues.apache.org/jira/browse/HBASE-7527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13553172#comment-13553172
]
Enis Soztutar commented on HBASE-7527:
--------------------------------------
Why make junit a main dependency instead of test?
{code}
- <scope>test</scope>
{code}
If hbase-it depends on it, can we do add junit in main scope there?
> integration tests STILL won't run from tar.gz in trunk
> ------------------------------------------------------
>
> Key: HBASE-7527
> URL: https://issues.apache.org/jira/browse/HBASE-7527
> Project: HBase
> Issue Type: Bug
> Components: test
> Affects Versions: 0.96.0
> Reporter: Sergey Shelukhin
> Assignee: Sergey Shelukhin
> Attachments: HBASE-7527-v0.patch
>
>
> The problem is that the class used to find test classes sits in common test
> jar, which is not included in the package.
> However, if we move the class to the common jar itself, we'll have a JUnit
> dependency.
> And if we cannot just move it to integration tests, because a test that
> verifies test categories makes use of it too.
> This is all very sad.
> I will see if there's any way to not have junit dependency (we already seem
> to deploy junit so it might not be such a big deal).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira