Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
e9dcb0cd77 |
10
pom.xml
10
pom.xml
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<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.5</version>
|
<version>3.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>Alfresco Process Services ReST API for Java</name>
|
<name>Alfresco Process Services ReST API for Java</name>
|
||||||
<description>An APS API library for building REST API clients that support both the CXF and Jersey frameworks</description>
|
<description>An APS API library for building REST API clients that support both the CXF and Jersey frameworks</description>
|
||||||
@ -43,9 +43,9 @@
|
|||||||
<maven.compiler.release>11</maven.compiler.release>
|
<maven.compiler.release>11</maven.compiler.release>
|
||||||
<maven.compiler.debuglevel>lines,vars,source</maven.compiler.debuglevel>
|
<maven.compiler.debuglevel>lines,vars,source</maven.compiler.debuglevel>
|
||||||
|
|
||||||
<jersey.version>3.1.8</jersey.version>
|
<jersey.version>3.1.10</jersey.version>
|
||||||
<cxf.version>4.0.2</cxf.version>
|
<cxf.version>4.1.0</cxf.version>
|
||||||
<jackson.version>2.17.2</jackson.version>
|
<jackson.version>2.18.1</jackson.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -61,7 +61,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.module</groupId>
|
<groupId>com.fasterxml.jackson.module</groupId>
|
||||||
<artifactId>jackson-module-jaxb-annotations</artifactId>
|
<artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
|
||||||
<version>${jackson.version}</version>
|
<version>${jackson.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user