Skip to content

Commit

Permalink
Silverpop#20 remove the surefire plugin and the test
Browse files Browse the repository at this point in the history
  • Loading branch information
rkovarik committed Sep 11, 2015
1 parent 96078e9 commit 418ef1b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 85 deletions.
19 changes: 0 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<configuration>
<systemProperties>
<property>
<name>java.awt.headless</name>
<value>true</value>
</property>
</systemProperties>
</configuration>
</plugin>
</plugins>
</build>

Expand Down Expand Up @@ -69,11 +56,5 @@
<version>1.9.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

This file was deleted.

0 comments on commit 418ef1b

Please sign in to comment.