Skip to content

Commit bee920d

Browse files
committed
revert fix SPARK-1629: Spark Core missing commons-lang dependence
1 parent 7382a07 commit bee920d

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

core/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@
113113
<groupId>commons-net</groupId>
114114
<artifactId>commons-net</artifactId>
115115
</dependency>
116-
<dependency>
117-
<groupId>commons-lang</groupId>
118-
<artifactId>commons-lang</artifactId>
119-
</dependency>
120116
<dependency>
121117
<groupId>${akka.group}</groupId>
122118
<artifactId>akka-remote_${scala.binary.version}</artifactId>

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -371,11 +371,6 @@
371371
<artifactId>commons-net</artifactId>
372372
<version>2.2</version>
373373
</dependency>
374-
<dependency>
375-
<groupId>commons-lang</groupId>
376-
<artifactId>commons-lang</artifactId>
377-
<version>2.6</version>
378-
</dependency>
379374
<dependency>
380375
<groupId>io.netty</groupId>
381376
<artifactId>netty-all</artifactId>

0 commit comments

Comments
 (0)