diff --git a/applications/proberapp/pom.xml b/applications/proberapp/pom.xml index d353836e..5687513f 100644 --- a/applications/proberapp/pom.xml +++ b/applications/proberapp/pom.xml @@ -211,39 +211,23 @@ - com.coderplus.maven.plugins - copy-rename-maven-plugin - 1.0.1 + org.apache.maven.plugins + maven-dependency-plugin + + 3.8.0 copy-file pre-integration-test - copy + copy-dependencies - - - ../../runtime/deployment/target/runtime-deployment-${project.version}/runtime-impl-jetty9.jar - ${appengine.runtime.location}/runtime-impl-jetty9.jar - - - ../../runtime/deployment/target/runtime-deployment-${project.version}/runtime-shared-jetty9.jar - ${appengine.runtime.location}/runtime-shared-jetty9.jar - - - ../../runtime/deployment/target/runtime-deployment-${project.version}/runtime-impl-jetty12.jar - ${appengine.runtime.location}/runtime-impl-jetty12.jar - - - ../../runtime/deployment/target/runtime-deployment-${project.version}/runtime-shared-jetty12.jar - ${appengine.runtime.location}/runtime-shared-jetty12.jar - - - ../../runtime/deployment/target/runtime-deployment-${project.version}/runtime-main.jar - ${appengine.runtime.location}/runtime-main.jar - - + appengine-api-1.0-sdk,appengine-remote-api,appengine-api-stubs,appengine-testing + true + com.google.appengine + true + ${appengine.runtime.location}