From f05013b8e6fa64998a68547a6a7bac003ea2add3 Mon Sep 17 00:00:00 2001 From: Rodrigo Lima Date: Fri, 21 Aug 2020 15:45:31 -0400 Subject: Update apache camel from 2.x to 3.x - Update apache camel lib - Remove camel apt and add camel package plugin Issue-ID: AAI-3119 Signed-off-by: Rodrigo Lima Change-Id: Ib62e8d0807017895183eafce0a7e52018c9a1f3a --- pom.xml | 55 ++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 48 insertions(+), 7 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index c9fadce..b02fc5e 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ limitations under the License. 1.6.4 0.70 - 2.22.1 + 3.4.0 @@ -48,11 +48,6 @@ limitations under the License. ${camel-spring-boot.version} - - org.apache.camel - apt - ${camel-spring-boot.version} - org.onap.aai.logging-service @@ -142,10 +137,56 @@ limitations under the License. install + + org.jacoco + jacoco-maven-plugin + + + **/*Configurer.class + + + + + org.apache.camel + camel-package-maven-plugin + ${camel-spring-boot.version} + + + generate + + generate-component + + process-classes + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + initialize + + add-source + add-resource + + + + src/generated/java + + + + src/generated/resources + + + + + + org.apache.maven.plugins maven-compiler-plugin - 2.5.1 + 3.8.1 1.8 1.8 -- cgit 1.2.3-korg