Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. <dependencies>
  2. <dependency>
  3. <groupId>com.esotericsoftware.kryo</groupId>
  4. <artifactId>kryo</artifactId>
  5. <version>2.21</version>
  6. </dependency>
  7. <dependency>
  8. <groupId>org.scala-lang</groupId>
  9. <artifactId>scala-compiler</artifactId>
  10. <version>${scala.version}</version>
  11. </dependency>
  12. <dependency>
  13. <groupId>org.scala-lang</groupId>
  14. <artifactId>scala-reflect</artifactId>
  15. <version>${scala.version}</version>
  16. </dependency>
  17. <dependency>
  18. <groupId>org.scala-lang</groupId>
  19. <artifactId>scala-library</artifactId>
  20. <version>${scala.version}</version>
  21. </dependency>
  22. <dependency>
  23. <groupId>commons-logging</groupId>
  24. <artifactId>commons-logging</artifactId>
  25. <version>1.2</version>
  26. </dependency>
  27. <dependency>
  28. <groupId>org.scalatest</groupId>
  29. <artifactId>scalatest_${scala.binary.version}</artifactId>
  30. <version>3.0.0</version>
  31. <scope>test</scope>
  32. </dependency>
  33. </dependencies>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement