Skip to content

Commit f226151

Browse files
committed
SPARK-13599-on-branch-2
1 parent fedb813 commit f226151

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,6 +1407,10 @@
14071407
<groupId>commons-logging</groupId>
14081408
<artifactId>commons-logging</artifactId>
14091409
</exclusion>
1410+
<exclusion>
1411+
<groupId>org.codehaus.groovy</groupId>
1412+
<artifactId>groovy-all</artifactId>
1413+
</exclusion>
14101414
</exclusions>
14111415
</dependency>
14121416
<dependency>
@@ -1478,6 +1482,10 @@
14781482
<groupId>commons-logging</groupId>
14791483
<artifactId>commons-logging</artifactId>
14801484
</exclusion>
1485+
<exclusion>
1486+
<groupId>org.codehaus.groovy</groupId>
1487+
<artifactId>groovy-all</artifactId>
1488+
</exclusion>
14811489
</exclusions>
14821490
</dependency>
14831491

@@ -1572,6 +1580,10 @@
15721580
<groupId>commons-logging</groupId>
15731581
<artifactId>commons-logging</artifactId>
15741582
</exclusion>
1583+
<exclusion>
1584+
<groupId>org.codehaus.groovy</groupId>
1585+
<artifactId>groovy-all</artifactId>
1586+
</exclusion>
15751587
</exclusions>
15761588
</dependency>
15771589

@@ -1617,6 +1629,10 @@
16171629
<groupId>org.apache.thrift</groupId>
16181630
<artifactId>libthrift</artifactId>
16191631
</exclusion>
1632+
<exclusion>
1633+
<groupId>org.codehaus.groovy</groupId>
1634+
<artifactId>groovy-all</artifactId>
1635+
</exclusion>
16201636
</exclusions>
16211637
</dependency>
16221638

@@ -1665,6 +1681,10 @@
16651681
<groupId>commons-logging</groupId>
16661682
<artifactId>commons-logging</artifactId>
16671683
</exclusion>
1684+
<exclusion>
1685+
<groupId>org.codehaus.groovy</groupId>
1686+
<artifactId>groovy-all</artifactId>
1687+
</exclusion>
16681688
</exclusions>
16691689
</dependency>
16701690
<dependency>

0 commit comments

Comments
 (0)