remove cxf-jaxrs-platform-module dups from packaging

This commit is contained in:
2026-03-24 21:33:16 -04:00
parent f7b546d640
commit 83796054e1

View File

@@ -36,10 +36,13 @@
</dependencyManagement>
<dependencies>
<!-- Alfresco Modules required to use this module -->
<dependency>
<groupId>com.inteligr8.alfresco</groupId>
<artifactId>asie-shared</artifactId>
<version>${project.version}</version>
<artifactId>cxf-jaxrs-platform-module</artifactId>
<version>1.4.0-acs-v25.1</version>
<type>amp</type>
<scope>provided</scope>
</dependency>
<!-- Needed by this module, but provided by ACS -->
@@ -49,12 +52,11 @@
<scope>provided</scope>
</dependency>
<!-- Alfresco Modules required to use this module -->
<!-- core dependency, but dependencies of provided ones above should override -->
<dependency>
<groupId>com.inteligr8.alfresco</groupId>
<artifactId>cxf-jaxrs-platform-module</artifactId>
<version>1.4.0-acs-v25.1</version>
<type>amp</type>
<artifactId>asie-shared</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Provided by cxf-jaxrs-platform-module, but packaged due to solr-api -->