5 Commits

Author SHA1 Message Date
7cdbfcb62b v2.0.3 pom 2023-05-28 13:02:01 -04:00
a13e2c7125 Merge branch 'develop' into stable 2023-05-28 13:01:15 -04:00
28ef4ea714 upgraded dependency/plugin versions 2023-05-28 12:46:26 -04:00
cae201d3ef point to 2.0-SNAPSHOT of API lib 2023-01-19 21:58:40 +00:00
5001bfa0e5 switching to API v2.0.3 2022-10-03 10:27:01 -04:00

16
pom.xml
View File

@@ -5,7 +5,7 @@
<groupId>com.inteligr8.alfresco</groupId>
<artifactId>aps-public-rest-client</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<name>Alfresco Process Services ReST API Client for Java</name>
<description>An APS Client library for building REST API clients that support either the CXF and Jersey frameworks</description>
@@ -42,10 +42,8 @@
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.debuglevel>lines,vars,source</maven.compiler.debuglevel>
<aps.app.tag>aps1</aps.app.tag>
<junit.version>5.7.2</junit.version>
<spring.version>5.2.14.RELEASE</spring.version>
<spring.version>5.3.6</spring.version>
</properties>
<dependencies>
@@ -57,7 +55,7 @@
<dependency>
<groupId>com.inteligr8.alfresco</groupId>
<artifactId>aps-public-rest-api</artifactId>
<version>2.0.2-${aps.app.tag}</version>
<version>2.0.8</version>
<scope>provided</scope> <!-- explicitly, bring your own version -->
</dependency>
<dependency>
@@ -75,13 +73,13 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.9</version>
<version>4.5.14</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.17.2</version>
<version>2.19.0</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -90,7 +88,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.1.0</version>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
@@ -101,7 +99,7 @@
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.1.0</version>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>