Merge pull request #280 from bsinno/remove_scala_depdencency

remove unnecessary scala dependency
This commit is contained in:
Michael Hirsch
2016-08-26 13:34:50 +02:00
committed by GitHub

View File

@@ -281,10 +281,5 @@
<artifactId>allure-junit-adaptor</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.10.4</version>
</dependency>
</dependencies>
</project>