Skip to content

Commit

Permalink
change to compile time (apache#13835)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanking520 authored and piyushghai committed Feb 28, 2019
1 parent ebb3df3 commit f797194
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scala-package/deploy/src/main/deploy/deploy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,21 @@
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>SCALA_VERSION</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
<version>SCALA_VERSION</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-parser-combinators_2.11</artifactId>
<version>1.0.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-compiler</artifactId>
<version>SCALA_VERSION</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>

0 comments on commit f797194

Please sign in to comment.