Temp removal of unreliable tests from Bamboo build.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@101223 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2015-04-07 00:12:55 +00:00
parent 8b5b5db788
commit 37a950d211

View File

@@ -131,6 +131,19 @@
<version>1.5</version>
<scope>test</scope>
</dependency>
<!-- Enables JUnit remote testing -->
<dependency>
<groupId>com.tradeshift</groupId>
<artifactId>junit-remote</artifactId>
<version>3</version>
<type>jar</type>
<exclusions>
<exclusion>
<artifactId>servlet-api</artifactId>
<groupId>javax.servlet</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<profiles>
<profile>