Also add insight-jdbc as an explicit dependency of the e2e tests.

This overrides the old version declared in tas-rest.
This commit is contained in:
Tom Page
2019-09-16 11:42:04 +01:00
parent d7daf09904
commit 9c8c0e95ca
+5
View File
@@ -39,6 +39,11 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-insight-jdbc</artifactId>
<version>1.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.alfresco.tas</groupId>
<artifactId>restapi-test</artifactId>