Skip to content

Commit 2a03188

Browse files
committed
[SPARK-20264][SQL] asm should be non-test dependency in sql/core
1 parent e1afc4d commit 2a03188

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

sql/core/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@
103103
<artifactId>jackson-databind</artifactId>
104104
<version>${fasterxml.jackson.version}</version>
105105
</dependency>
106+
<dependency>
107+
<groupId>org.apache.xbean</groupId>
108+
<artifactId>xbean-asm5-shaded</artifactId>
109+
</dependency>
106110
<dependency>
107111
<groupId>org.scalacheck</groupId>
108112
<artifactId>scalacheck_${scala.binary.version}</artifactId>
@@ -147,11 +151,6 @@
147151
<artifactId>mockito-core</artifactId>
148152
<scope>test</scope>
149153
</dependency>
150-
<dependency>
151-
<groupId>org.apache.xbean</groupId>
152-
<artifactId>xbean-asm5-shaded</artifactId>
153-
<scope>test</scope>
154-
</dependency>
155154
</dependencies>
156155
<build>
157156
<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>

0 commit comments

Comments
 (0)