Skip to content

Commit 535945c

Browse files
author
Junjie Chen
committed
[Spark-13331] AES support for over-the-wire encryption
Add back dependency info, only remove version statement.
1 parent 9eb31e2 commit 535945c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

common/network-common/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@
7676
<artifactId>guava</artifactId>
7777
<scope>compile</scope>
7878
</dependency>
79+
<dependency>
80+
<groupId>org.apache.commons</groupId>
81+
<artifactId>commons-crypto</artifactId>
82+
</dependency>
83+
7984

8085
<!-- Test dependencies -->
8186
<dependency>

0 commit comments

Comments
 (0)