DRILL-7586: Fix loading incorrect version of commons-lang3

closes #1984
diff --git a/contrib/storage-hive/hive-exec-shade/pom.xml b/contrib/storage-hive/hive-exec-shade/pom.xml
index 82ebfbc..f6ba72e 100644
--- a/contrib/storage-hive/hive-exec-shade/pom.xml
+++ b/contrib/storage-hive/hive-exec-shade/pom.xml
@@ -148,6 +148,14 @@
               <pattern>com.google.protobuf.</pattern>
               <shadedPattern>hive.com.google.protobuf.</shadedPattern>
             </relocation>
+            <relocation>
+              <pattern>org.apache.commons.lang.</pattern>
+              <shadedPattern>hive.org.apache.commons.lang.</shadedPattern>
+            </relocation>
+            <relocation>
+              <pattern>org.apache.commons.lang3.</pattern>
+              <shadedPattern>hive.org.apache.commons.lang3.</shadedPattern>
+            </relocation>
           </relocations>
           <filters>
             <filter>