[ https://issues.apache.org/jira/browse/HBASE-16555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Kyle Purtell closed HBASE-16555. --------------------------------------- Assignee: (was: Jan Hentschel) > 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 > Priority: Major > 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 (v8.20.7#820007)