@@ -17,9 +17,9 @@
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>apache_maven</id>
|
||||
<name>apache maven</name>
|
||||
<url>http://repo.maven.apache.org/maven2</url>
|
||||
<id>central_maven</id>
|
||||
<name>central maven</name>
|
||||
<url>https://repo1.maven.org/maven2</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<modules>
|
||||
@@ -172,6 +172,9 @@
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.19.1</version>
|
||||
<configuration>
|
||||
<skipTests>true</skipTests>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.scalatest</groupId>
|
||||
|
||||
Reference in New Issue
Block a user