[ https://issues.apache.org/jira/browse/HBASE-16555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15677842#comment-15677842 ]
Jan Hentschel commented on HBASE-16555: --------------------------------------- Thanks for the hint, [~busbey]. Do we want to mark this ticket as duplicated and close it in favor for HBASE-12909? I will start a discussion on the dev list later today. > JUnit dependency not scoped as test > ----------------------------------- > > Key: HBASE-16555 > URL: https://issues.apache.org/jira/browse/HBASE-16555 > Project: HBase > Issue Type: Bug > Components: build > Affects Versions: 1.2.2 > Reporter: Robert G Duncan > Assignee: Jan Hentschel > Attachments: HBASE-16555.master.001.patch > > > *Issue* > JUnit is included as a compile scope dependency. This increases the size of > dependent project shaded/Uber JARs unnecessarily. > *Actual Entry* > {code:xml} > <dependency> > <groupId>junit</groupId> > <artifactId>junit</artifactId> > <version>${junit.version}</version> > </dependency> > {code} > *Expected Entry* > {code:xml} > <dependency> > <groupId>junit</groupId> > <artifactId>junit</artifactId> > <version>${junit.version}</version> > <scope>test</scope> > </dependency> > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)