Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
76447b9d41 | ||
|
|
fc0bb2e73f | ||
|
|
7d79448d6b | ||
|
|
215225537d | ||
|
|
93875d74ac |
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<groupId>com.inteligr8.alfresco</groupId>
|
<groupId>com.inteligr8.alfresco</groupId>
|
||||||
<artifactId>aps-public-rest-client</artifactId>
|
<artifactId>aps-public-rest-client</artifactId>
|
||||||
<version>3.0.1-jersey</version>
|
<version>3.0.2-jersey</version>
|
||||||
|
|
||||||
<name>Alfresco Process Services ReST API Client for Java</name>
|
<name>Alfresco Process Services ReST API Client for Java</name>
|
||||||
<description>An APS Client library for building Jersey-based REST API clients</description>
|
<description>An APS Client library for building Jersey-based REST API clients</description>
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.inteligr8.alfresco</groupId>
|
<groupId>com.inteligr8.alfresco</groupId>
|
||||||
<artifactId>aps-public-rest-api</artifactId>
|
<artifactId>aps-public-rest-api</artifactId>
|
||||||
<version>3.0.2</version>
|
<version>3.0.5</version>
|
||||||
<scope>provided</scope> <!-- explicitly, bring your own version -->
|
<scope>provided</scope> <!-- explicitly, bring your own version -->
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ import org.springframework.stereotype.Component;
|
|||||||
*/
|
*/
|
||||||
@Component("aps.protected-api.jersey")
|
@Component("aps.protected-api.jersey")
|
||||||
@Lazy
|
@Lazy
|
||||||
public class ApsProtectedRestApiJerseyImpl extends ApsProtectedRestApiImpl implements ApsPublicRestJerseyApi {
|
public class ApsProtectedRestApiJerseyImpl extends ApsProtectedRestApiImpl implements ApsProtectedRestJerseyApi {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This constructor is for Spring or POJO use
|
* This constructor is for Spring or POJO use
|
||||||
|
|||||||
Reference in New Issue
Block a user