Skip to content

Commit 1a80cc5

Browse files
authored
HIVE-29582: Exclude test jars from lib directory (Naveen Gangam) (#6455)
1 parent 6f2355e commit 1a80cc5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

llap-server/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@
332332
<artifactId>hive-llap-common</artifactId>
333333
<version>${project.version}</version>
334334
<classifier>tests</classifier>
335+
<scope>test</scope>
335336
</dependency>
336337
<dependency>
337338
<groupId>org.apache.hadoop</groupId>

packaging/src/main/assembly/bin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<exclude>commons-configuration:commons-configuration</exclude>
5050
<exclude>org.apache.hive:hive-jdbc:*:standalone</exclude>
5151
<exclude>org.apache.hive:hive-contrib</exclude>
52+
<exclude>*:*:tests</exclude>
5253
</excludes>
5354
</dependencySet>
5455
<dependencySet>

0 commit comments

Comments
 (0)