We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hive-llap-common
hive.llap.scope
1 parent a1b0f25 commit 924e6d3Copy full SHA for 924e6d3
assembly/pom.xml
@@ -323,6 +323,7 @@
323
<id>hive-provided</id>
324
<properties>
325
<hive.deps.scope>provided</hive.deps.scope>
326
+ <hive.llap.scope>provided</hive.llap.scope>
327
<hive.jackson.scope>provided</hive.jackson.scope>
328
</properties>
329
</profile>
pom.xml
@@ -2255,7 +2255,7 @@
2255
<groupId>${hive.group}</groupId>
2256
<artifactId>hive-llap-common</artifactId>
2257
<version>${hive.version}</version>
2258
- <scope>${hive.deps.scope}</scope>
+ <scope>${hive.llap.scope}</scope>
2259
<exclusions>
2260
<exclusion>
2261
0 commit comments