From 68be2f81ca41aea885620ebd6f3cd3c8eac22b07 Mon Sep 17 00:00:00 2001 From: Vlad Rozov Date: Mon, 11 Jul 2016 14:06:27 -0700 Subject: [PATCH] APEXCORE-487 - Upgrade apex and malhar dependencies in the archtype --- .../resources/archetype-resources/pom.xml | 2 +- .../resources/archetype-resources/pom.xml | 236 ++++++++--------- engine/pom.xml | 1 + .../stram/client/AppPackageTest.java | 2 +- .../stram/support/StramTestSupport.java | 12 +- .../resources/testAppPackage/mydtapp/pom.xml | 238 +++++++++--------- 6 files changed, 248 insertions(+), 243 deletions(-) diff --git a/apex-app-archetype/src/main/resources/archetype-resources/pom.xml b/apex-app-archetype/src/main/resources/archetype-resources/pom.xml index a1beaa4f23..0709a7bad9 100644 --- a/apex-app-archetype/src/main/resources/archetype-resources/pom.xml +++ b/apex-app-archetype/src/main/resources/archetype-resources/pom.xml @@ -237,7 +237,7 @@ org.apache.apex malhar-library - 3.3.0-incubating + 3.4.0 - 3.2.0-incubating + 3.4.0 lib/*.jar - - org.apache.maven.plugins - maven-eclipse-plugin - 2.9 - - true - - - - maven-compiler-plugin - 2.3.2 - - UTF-8 - 1.6 - 1.6 - true - false - true - true - - - - maven-dependency-plugin - 2.8 - - - copy-dependencies - prepare-package - - copy-dependencies - - - target/deps - runtime - - - - unpack - package - - unpack - - - - - ${project.groupId} - ${project.artifactId} - ${project.version} - jar - META-INF/MANIFEST.MF - target - - - - - - - - - maven-assembly-plugin - - - app-package-assembly - package - - single - - - ${project.artifactId}-${project.version}-apexapp - false - - src/assemble/appPackage.xml - - - 0755 - - - - ${apex.apppackage.classpath} - ${apex.version} - ${project.groupId} - ${project.artifactId} - ${project.version} - ${project.name} - ${project.description} - - - - - - - - - maven-antrun-plugin - 1.7 - - - package - - - - - - - run - - - - - - - org.apache.maven.plugins - maven-install-plugin - 2.5.2 - - true - - - + + org.apache.maven.plugins + maven-eclipse-plugin + 2.9 + + true + + + + maven-compiler-plugin + 2.3.2 + + UTF-8 + 1.6 + 1.6 + true + false + true + true + + + + maven-dependency-plugin + 2.8 + + + copy-dependencies + prepare-package + + copy-dependencies + + + target/deps + runtime + + + + unpack + package + + unpack + + + + + ${project.groupId} + ${project.artifactId} + ${project.version} + jar + META-INF/MANIFEST.MF + target + + + + + + + + maven-assembly-plugin + + + app-package-assembly + package + + single + + + ${project.artifactId}-${project.version}-apexapp + false + + src/assemble/appPackage.xml + + + 0755 + + + + ${apex.apppackage.classpath} + ${apex.version} + ${project.groupId} + ${project.artifactId} + ${project.version} + ${project.name} + ${project.description} + + + + + + + + maven-antrun-plugin + 1.7 + + + package + + + + + + + run + + + + + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + true + +