Updated TAS REST API dependency version

This commit is contained in:
Tuna Aksoy
2016-11-25 21:57:26 +00:00
parent 74b8e0ac18
commit a0df516f09

View File

@@ -14,6 +14,8 @@
<properties> <properties>
<alfresco.rm.share>alfresco-rm-community-share</alfresco.rm.share> <alfresco.rm.share>alfresco-rm-community-share</alfresco.rm.share>
<alfresco.rm.repo>alfresco-rm-community-repo</alfresco.rm.repo> <alfresco.rm.repo>alfresco-rm-community-repo</alfresco.rm.repo>
<tas.restapi.version>5.2.0-0</tas.restapi.version>
<fluent.json.version>2.0.0</fluent.json.version>
</properties> </properties>
<build> <build>
@@ -34,18 +36,18 @@
<dependency> <dependency>
<groupId>org.alfresco.tas</groupId> <groupId>org.alfresco.tas</groupId>
<artifactId>restapi-test</artifactId> <artifactId>restapi-test</artifactId>
<version>2.0.0</version> <version>${tas.restapi.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.alfresco.tas</groupId> <groupId>org.alfresco.tas</groupId>
<artifactId>restapi-test</artifactId> <artifactId>restapi-test</artifactId>
<version>2.0.0</version> <version>${tas.restapi.version}</version>
<type>test-jar</type> <type>test-jar</type>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jglue.fluent-json</groupId> <groupId>org.jglue.fluent-json</groupId>
<artifactId>fluent-json</artifactId> <artifactId>fluent-json</artifactId>
<version>2.0.0</version> <version>${fluent.json.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>