Skip to content

Commit b57c2b2

Browse files
committed
mark scala deps as provided
1 parent 86c8839 commit b57c2b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,16 +287,19 @@
287287
<groupId>org.scala-lang</groupId>
288288
<artifactId>scala-library</artifactId>
289289
<version>${scala.complete.version}</version>
290+
<scope>provided</scope>
290291
</dependency>
291292
<dependency>
292293
<groupId>org.scala-lang</groupId>
293294
<artifactId>scalap</artifactId>
294295
<version>${scala.complete.version}</version>
296+
<scope>provided</scope>
295297
</dependency>
296298
<dependency>
297299
<groupId>org.scala-lang</groupId>
298300
<artifactId>scala-compiler</artifactId>
299301
<version>${scala.complete.version}</version>
302+
<scope>provided</scope>
300303
</dependency>
301304
<dependency>
302305
<groupId>org.apache.spark</groupId>

0 commit comments

Comments
 (0)