5 Commits

2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<groupId>com.inteligr8.alfresco</groupId>
<artifactId>aps-public-rest-client</artifactId>
<version>3.0.1-cxf</version>
<version>3.0.2-cxf</version>
<name>Alfresco Process Services ReST API Client for Java</name>
<description>An APS Client library for building CXF-based REST API clients</description>
@@ -57,7 +57,7 @@
<dependency>
<groupId>com.inteligr8.alfresco</groupId>
<artifactId>aps-public-rest-api</artifactId>
<version>3.0.2</version>
<version>3.0.5</version>
<scope>provided</scope> <!-- explicitly, bring your own version -->
</dependency>
<dependency>

View File

@@ -26,7 +26,7 @@ import org.springframework.stereotype.Component;
*/
@Component("aps.protected-api.cxf")
@Lazy
public class ApsProtectedRestApiCxfImpl extends ApsProtectedRestApiImpl implements ApsPublicRestCxfApi {
public class ApsProtectedRestApiCxfImpl extends ApsProtectedRestApiImpl implements ApsProtectedRestCxfApi {
/**
* This constructor is for Spring or POJO use