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:
alandavis
2021-05-05 21:53:22 +01:00
parent 22c4b7f68b
commit bb74b84a66
17 changed files with 14 additions and 50 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>