Compare commits
1 Commits
v1.2.0-aps
...
v1.1.0-aps
Author | SHA1 | Date | |
---|---|---|---|
17bc787d32 |
50
pom.xml
50
pom.xml
@@ -3,19 +3,13 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.activiti</groupId>
|
||||
<artifactId>activiti-app-root</artifactId>
|
||||
<version>2.4.2</version>
|
||||
</parent>
|
||||
|
||||
<groupId>com.inteligr8.activiti</groupId>
|
||||
<artifactId>cxf-activiti-ext</artifactId>
|
||||
<version>1.2.0-aps-v2.4.2</version>
|
||||
<version>1.1.0-aps21</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>CXF-based JAX-RS & JAX-WS enablement for APS App</name>
|
||||
<description>An Alfresco Process Service App extension providing the missing components for JAX-RS-based client libraries.</description>
|
||||
<description>An Alfresco Process Service App v2.1.x extension providing the missing components for JAX-RS-based client libraries.</description>
|
||||
<url>https://bitbucket.org/inteligr8/cxf-activiti-ext</url>
|
||||
|
||||
<licenses>
|
||||
@@ -48,7 +42,9 @@
|
||||
<maven.compiler.source>11</maven.compiler.source>
|
||||
<maven.compiler.target>11</maven.compiler.target>
|
||||
|
||||
<license.skip>true</license.skip>
|
||||
<aps.cxf.version>3.4.4</aps.cxf.version>
|
||||
<aps.spring.version>5.3.13</aps.spring.version>
|
||||
<aps.jackson.version>2.12.4</aps.jackson.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
@@ -138,7 +134,6 @@
|
||||
<artifactId>jackson-dataformat-yaml</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>joda-time</groupId>
|
||||
<artifactId>joda-time</artifactId>
|
||||
@@ -163,7 +158,7 @@
|
||||
<!-- ******************** -->
|
||||
<!-- APS v2.x specific -->
|
||||
|
||||
<!-- APS/Chemistry provided libraries -->
|
||||
<!-- APS provided libraries -->
|
||||
<dependency>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-rt-transports-http</artifactId>
|
||||
@@ -215,36 +210,30 @@
|
||||
</dependencyManagement>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
<version>${spring.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Package CXF JAX-RS support -->
|
||||
<dependency>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-rt-rs-client</artifactId>
|
||||
<version>${cxf.version}</version>
|
||||
<scope>runtime</scope>
|
||||
<version>${aps.cxf.version}</version>
|
||||
</dependency>
|
||||
<!-- Package JackSON JAX-RS support -->
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.jaxrs</groupId>
|
||||
<artifactId>jackson-jaxrs-json-provider</artifactId>
|
||||
<scope>runtime</scope>
|
||||
<version>${aps.jackson.version}</version>
|
||||
</dependency>
|
||||
<!-- Package JackSON XML support -->
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
||||
<artifactId>jackson-dataformat-xml</artifactId>
|
||||
<scope>runtime</scope>
|
||||
<version>${aps.jackson.version}</version>
|
||||
</dependency>
|
||||
<!-- Package JackSON joda-time support -->
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
||||
<artifactId>jackson-datatype-joda</artifactId>
|
||||
<scope>runtime</scope>
|
||||
<version>${aps.jackson.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
<version>${aps.spring.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
@@ -263,7 +252,6 @@
|
||||
<phase>prepare-package</phase>
|
||||
<goals><goal>unpack-dependencies</goal></goals>
|
||||
<configuration>
|
||||
<includeTypes>jar</includeTypes>
|
||||
<includeScope>runtime</includeScope>
|
||||
<includes>META-INF/cxf/bus-extensions.txt</includes>
|
||||
<useSubDirectoryPerArtifact>true</useSubDirectoryPerArtifact>
|
||||
@@ -301,6 +289,7 @@
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>3.3.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>assemble-jar</id>
|
||||
@@ -423,11 +412,4 @@
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>activiti-releases</id>
|
||||
<url>https://artifacts.alfresco.com/nexus/content/repositories/activiti-enterprise-releases/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user