aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/pom.xml
diff options
context:
space:
mode:
authorGábor Lipták <gliptak@gmail.com>2016-02-10 09:52:35 +0000
committerSean Owen <sowen@cloudera.com>2016-02-10 09:52:35 +0000
commit9269036d8c8bb60097fd9aacfb7a89d8e873d978 (patch)
tree7088c26e154e2041776c4c009ee14752b8fcfb32 /sql/catalyst/pom.xml
parentb385ce38825de4b1420c5a0e8191e91fc8afecf5 (diff)
downloadspark-9269036d8c8bb60097fd9aacfb7a89d8e873d978.tar.gz
spark-9269036d8c8bb60097fd9aacfb7a89d8e873d978.tar.bz2
spark-9269036d8c8bb60097fd9aacfb7a89d8e873d978.zip
[SPARK-11565] Replace deprecated DigestUtils.shaHex call
Author: Gábor Lipták <gliptak@gmail.com> Closes #9532 from gliptak/SPARK-11565.
Diffstat (limited to 'sql/catalyst/pom.xml')
-rw-r--r--sql/catalyst/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml
index c2ad9b99f3..5d1d9edd25 100644
--- a/sql/catalyst/pom.xml
+++ b/sql/catalyst/pom.xml
@@ -75,6 +75,10 @@
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ </dependency>
</dependencies>
<build>
<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>