Fixed specs2 dependencies

This commit is contained in:
Petar Bozin 2016-07-15 12:27:29 +02:00
parent 351cf4d8af
commit f6b7c5d729

10
pom.xml
View File

@ -98,14 +98,9 @@
<version>2.2.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalaz.stream</groupId>
<artifactId>scalaz-stream_2.11</artifactId>
<version>0.8.3</version>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2_${scala.version}</artifactId>
<artifactId>specs2-core_${scala.version}</artifactId>
<version>2.4.17</version>
<scope>test</scope>
</dependency>
@ -141,7 +136,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${scala-version}</version>
<version>${scala.version}</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
@ -208,7 +203,6 @@
</goals>
<configuration>
<args>
<arg>-make:transitive</arg>
<arg>-dependencyfile</arg>
<arg>${project.build.directory}/.scala_dependencies</arg>
<arg>-deprecation</arg>