Compare commits
14 Commits
v1.2.0-acs
...
v1.3.2-acs
Author | SHA1 | Date | |
---|---|---|---|
6215ebe293 | |||
a5aa27f9e9 | |||
a346feb9b4 | |||
af409830ba | |||
5ee9c00456 | |||
35ac812899 | |||
771ba441f9 | |||
975eef5609 | |||
dece3300ce | |||
986427ddf2 | |||
49e3867bec | |||
9edea7fbac | |||
f6d395e5ae | |||
5a04b98679 |
24
pom.xml
24
pom.xml
@@ -7,17 +7,17 @@
|
||||
<parent>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>acs-community-packaging</artifactId>
|
||||
<version>7.4.2</version>
|
||||
<version>23.3.0</version>
|
||||
<relativePath></relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>com.inteligr8.alfresco</groupId>
|
||||
<artifactId>cxf-jaxrs-platform-module</artifactId>
|
||||
<version>1.2.0-acs-v${acs.version.major}.${acs.version.minor}.${acs.version.revision}</version>
|
||||
<version>1.3.2-acs-v${acs.version.major}.${acs.version.minor}</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>CXF-based JAX-RS enablement for ACS Platform Module</name>
|
||||
<description>An Alfresco Content Service Platform module providing the missing components for JAX-RS-based client libraries in ACS v${acs.version.major}.${acs.version.minor}.${acs.version.revision}.</description>
|
||||
<description>An Alfresco Content Service Platform module providing the missing components for JAX-RS-based client libraries in ACS v${acs.version.major}.${acs.version.minor}.</description>
|
||||
<url>https://bitbucket.org/inteligr8/cxf-jaxrs-platform-module</url>
|
||||
|
||||
<licenses>
|
||||
@@ -52,6 +52,7 @@
|
||||
<maven.compiler.release>11</maven.compiler.release>
|
||||
|
||||
<alfresco.sdk.version>5.2.0</alfresco.sdk.version>
|
||||
<common-rest-client.version>3.0.3-cxf</common-rest-client.version>
|
||||
<unimportant.version>[1.0.0,)</unimportant.version>
|
||||
</properties>
|
||||
|
||||
@@ -99,6 +100,11 @@
|
||||
<artifactId>jakarta.jws-api</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jakarta.ws.rs</groupId>
|
||||
<artifactId>jakarta.ws.rs-api</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.activation</groupId>
|
||||
<artifactId>jakarta.activation</artifactId>
|
||||
@@ -127,8 +133,8 @@
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.jaxrs</groupId>
|
||||
<artifactId>jackson-jaxrs-json-provider</artifactId>
|
||||
<groupId>com.fasterxml.jackson.jakarta.rs</groupId>
|
||||
<artifactId>jackson-jakarta-rs-json-provider</artifactId>
|
||||
<version>${dependency.jackson.version}</version>
|
||||
</dependency>
|
||||
|
||||
@@ -137,6 +143,12 @@
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-rt-rs-client</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.inteligr8</groupId>
|
||||
<artifactId>common-rest-client</artifactId>
|
||||
<version>${common-rest-client.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
@@ -144,7 +156,7 @@
|
||||
<plugin>
|
||||
<groupId>io.repaint.maven</groupId>
|
||||
<artifactId>tiles-maven-plugin</artifactId>
|
||||
<version>2.20</version>
|
||||
<version>2.40</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<tiles>
|
||||
|
Reference in New Issue
Block a user