Compare commits
5 Commits
v3.0.1-cxf
...
stable-cxf
Author | SHA1 | Date | |
---|---|---|---|
449c352aa5 | |||
0ed36d0faf | |||
7f89bdae81 | |||
7d79448d6b | |||
215225537d |
4
pom.xml
4
pom.xml
@@ -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>
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user