diff options
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml index d0f8faf7c..b58d589fa 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml @@ -34,11 +34,7 @@ </properties> <dependencies> - <dependency> - <groupId>org.testng</groupId> - <artifactId>testng</artifactId> - <scope>test</scope> - </dependency> + <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> @@ -202,20 +198,6 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <redirectTestOutputToFile>false</redirectTestOutputToFile> - <properties> - <!-- - Use this instead of suiteXmlFiles so that we can add the exclusion, as it is only accepted without suiteXmlFiles - --> - <property> - <name>listener</name> - <value>org.apache.archiva.web.test.listener.CaptureScreenShotsListener</value> - </property> - <property> - <name>excludegroups</name> - <!-- Exclude on all browsers but Firefox, as it is the only one that Selenium supports file uploads on --> - <value>${excluded.groups}</value> - </property> - </properties> <runOrder>alphabetical</runOrder> <!-- see https://jira.codehaus.org/browse/SUREFIRE-828 --> <excludedGroups>foonotatestsurefireissue</excludedGroups> |