Skip to content

Commit 1f2962c

Browse files
author
Robert Kruszewski
committed
one bouncycastle
1 parent 2b9fdfe commit 1f2962c

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<okhttp.version>2.7.5</okhttp.version>
137137
<okio.version>1.13.0</okio.version>
138138
<retrofit.version>2.3.0</retrofit.version>
139-
<bouncycastle.version>1.54</bouncycastle.version>
139+
<bouncycastle.version>1.58</bouncycastle.version>
140140
<jetty.version>9.4.8.v20171121</jetty.version>
141141
<orc.version>1.4.1</orc.version>
142142
<orc.classifier>nohive</orc.classifier>
@@ -411,6 +411,7 @@
411411
<dependency>
412412
<groupId>org.bouncycastle</groupId>
413413
<artifactId>bcprov-jdk15on</artifactId>
414+
<!-- brought in by jets3t; see SPARK-22634 -->
414415
<version>${bouncycastle.version}</version>
415416
</dependency>
416417
<!-- This artifact is a shaded version of ASM 5.0.4. The POM that was used to produce this
@@ -1196,12 +1197,6 @@
11961197
</exclusion>
11971198
</exclusions>
11981199
</dependency>
1199-
<dependency>
1200-
<groupId>org.bouncycastle</groupId>
1201-
<artifactId>bcprov-jdk15on</artifactId>
1202-
<!-- brought in by jets3t; see SPARK-22634 -->
1203-
<version>1.58</version>
1204-
</dependency>
12051200
<dependency>
12061201
<groupId>org.apache.hadoop</groupId>
12071202
<artifactId>hadoop-yarn-api</artifactId>

0 commit comments

Comments
 (0)