mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Fix up poms plus
Feature/apps 939 (#432) * change artifacts target path [ags][skip db][no downstream] * Round 1 [ags][skip repo] * Remove eclipse-specific plugins [ags][skip repo][skip db][skip tas] * Remove a few unnecessary pom properties [skip ci] * Delete unused build scripts [ags][ags on MySQL] * [skip ci] Co-authored-by: Cezar.Leahu <cezar.leahu@ness.com> (cherry picked from commit b51a2b33302c3cc31424d70cd787d5447c9013ab)
This commit is contained in:
@@ -38,33 +38,12 @@
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>junit</groupId>-->
|
||||
<!-- <artifactId>junit</artifactId>-->
|
||||
<!-- <scope>test</scope>-->
|
||||
<!-- </dependency>-->
|
||||
<!-- XML jars removed in Java 11 but are provided by alfresco-content-services -->
|
||||
<dependency>
|
||||
<groupId>jakarta.xml.bind</groupId>
|
||||
<artifactId>jakarta.xml.bind-api</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.glassfish.jaxb</groupId>
|
||||
<artifactId>jaxb-runtime</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jakarta.jws</groupId>
|
||||
<artifactId>jakarta.jws-api</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.camel</groupId>
|
||||
<artifactId>camel-mock</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
@@ -11,7 +11,7 @@
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<jackson.databind.version>2.7.9.1</jackson.databind.version>
|
||||
<jackson.databind.version>2.7.9.1</jackson.databind.version> <!-- this should not be overridden - fixes 2 tests -->
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
@@ -63,7 +63,6 @@
|
||||
<dependency>
|
||||
<groupId>org.alfresco.surf</groupId>
|
||||
<artifactId>spring-webscripts</artifactId>
|
||||
<version>${dependency.webscripts.version}</version>
|
||||
<classifier>tests</classifier>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
Reference in New Issue
Block a user