SEARCH-2001 Remove transitive dependency of old TAS restapi test artifact.

This was introduced by accident when the artifact name changed and so we stopped
overriding the artifact from GS.
This commit is contained in:
Tom Page
2019-12-10 10:23:09 +00:00
parent 7b9cf17f62
commit 0d1af08d8f
+10
View File
@@ -71,6 +71,12 @@
<artifactId>alfresco-governance-services-automation-enterprise-rest-api</artifactId>
<version>${rm.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.alfresco.tas</groupId>
<artifactId>restapi-test</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
@@ -88,6 +94,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
<exclusion>
<groupId>org.alfresco.tas</groupId>
<artifactId>restapi-test</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- alfresco tester settings -->