Search-961 Removed unwanted dependencies and comments as per the review comments

This commit is contained in:
Meenal Bhave
2018-07-16 18:42:59 +01:00
parent c543916200
commit 9d0548ea74
2 changed files with 3 additions and 14 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Setup
The automated test project requires a running instance of ACS Repo and Search Services at the least.
To run Insight Engine tests, minimum version of Repo is ACS 6.0, additionally running instance of Insight Engine would be necessary too.
For more details see: [Search-Discovery] (https://git.alfresco.com/search_discovery).
For more details about the related projects or their deployment see: [Search-Discovery] (https://git.alfresco.com/search_discovery).
# Prerequisites
Java 1.8
+2 -13
View File
@@ -6,13 +6,11 @@
<artifactId>alfresco-super-pom</artifactId>
<version>8</version>
</parent>
<groupId>Search-Analytics-e2e-test</groupId>
<artifactId>Search-Analytics-e2e-test</artifactId>
<groupId>search-analytics-e2e-test</groupId>
<artifactId>search-analytics-e2e-test</artifactId>
<name>Search Analytics E2E Tests</name>
<description>Test Project to test Search Service and Analytics Features on a complete setup of Alfresco, Share</description>
<properties>
<!-- <maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target> -->
<tas.utility.version>1.0.29-SNAPSHOT</tas.utility.version>
<tas.rest.api.version>5.2.0-12-SNAPSHOT</tas.rest.api.version>
<tas.cmis.api.version>5.2.0-3-SNAPSHOT</tas.cmis.api.version>
@@ -26,10 +24,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<!-- <configuration>
<source>1.8</source>
<target>1.8</target>
</configuration> -->
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -99,10 +93,5 @@
<version>1.16.10</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>3.0.6</version>
</dependency>
</dependencies>
</project>