Compare commits
73 Commits
Author | SHA1 | Date | |
---|---|---|---|
d87e01bac9 | |||
b5657a9ec2 | |||
d01dd74af1 | |||
d457253471 | |||
a855c5b7a4 | |||
b75e655061 | |||
bf3bfa1091 | |||
77220a82ab | |||
548d9046fa | |||
ad8712fa54 | |||
e354c5be2f | |||
a146654ea9 | |||
44d87548bf | |||
775498670e | |||
9ba16c4b3b | |||
8937539a77 | |||
b359502c86 | |||
3e3cb195b3 | |||
6dff96f35f | |||
09d6f5b885 | |||
bf779a8d18 | |||
6e0e1eaa1c | |||
f4183d7897 | |||
cced7e76e4 | |||
550a01278a | |||
39abfcfc22 | |||
31b1823b76 | |||
20a9504301 | |||
b4b57b7594 | |||
6067a2e551 | |||
dbbf71b692 | |||
8dd46fd1f1 | |||
12530dd951 | |||
998d69f3b9 | |||
a358be79fb | |||
8d2b207886 | |||
cddf59689a | |||
fd80199050 | |||
e29b460ed4 | |||
a98005618a | |||
3dcdfe7415 | |||
1e17f5f638 | |||
7eba0541b4 | |||
a1ea5ddf17 | |||
6596bf16b1 | |||
df7c41628a | |||
96880f911f | |||
707053915f | |||
57efd8fe4e | |||
59adc9cea4 | |||
92b038f65b | |||
e917e3c5aa | |||
6853324d2d | |||
debfb8d998 | |||
2c77100246 | |||
3521365f86 | |||
bca4ea6db0 | |||
5d2fb8e47b | |||
9d4c8b5cbf | |||
e5cb8e7517 | |||
94f3de6386 | |||
a3ab8a5c08 | |||
78f006849f | |||
3d0cb56680 | |||
6dbb73fa17 | |||
7c0dfe919e | |||
8c31f098d4 | |||
fe41dbef76 | |||
4fe407de0f | |||
f7ad93797e | |||
aad2ed6406 | |||
6125c6b92e | |||
d81322dd33 |
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-SNAPSHOT</version>
|
<version>3.0.5</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.10</jersey.version>
|
<jersey.version>3.1.8</jersey.version>
|
||||||
<cxf.version>4.1.0</cxf.version>
|
<cxf.version>4.0.2</cxf.version>
|
||||||
<jackson.version>2.18.1</jackson.version>
|
<jackson.version>2.17.2</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-jakarta-xmlbind-annotations</artifactId>
|
<artifactId>jackson-module-jaxb-annotations</artifactId>
|
||||||
<version>${jackson.version}</version>
|
<version>${jackson.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user