mirror of
https://github.com/OpenBankProject/API-Explorer.git
synced 2026-02-06 10:47:23 +00:00
Fixed specs2 dependencies
This commit is contained in:
parent
351cf4d8af
commit
f6b7c5d729
10
pom.xml
10
pom.xml
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user