diff --git a/distro/jbossas7/modules/pom.xml b/distro/jbossas7/modules/pom.xml index d1c99c8272e..3f56480f1ef 100644 --- a/distro/jbossas7/modules/pom.xml +++ b/distro/jbossas7/modules/pom.xml @@ -13,6 +13,10 @@ 1.0.0-beta-5 + + false @@ -33,10 +37,6 @@ commons-lang commons-lang - - joda-time - joda-time - diff --git a/distro/jbossas7/webapp-standalone/pom.xml b/distro/jbossas7/webapp-standalone/pom.xml index 9ebeed39eb0..373d48dfd65 100644 --- a/distro/jbossas7/webapp-standalone/pom.xml +++ b/distro/jbossas7/webapp-standalone/pom.xml @@ -13,6 +13,13 @@ war camunda BPM - webapp - JBoss Standalone + + + false + + @@ -74,12 +81,10 @@ camunda-webapp-jboss ${project.version} war - runtime org.camunda.bpm camunda-engine - runtime org.camunda.bpm diff --git a/distro/jbossas7/webapp/pom.xml b/distro/jbossas7/webapp/pom.xml index b62a91560e6..d6b46834612 100644 --- a/distro/jbossas7/webapp/pom.xml +++ b/distro/jbossas7/webapp/pom.xml @@ -11,6 +11,13 @@ camunda BPM - webapp - JBoss camunda-webapp-jboss war + + + + false + diff --git a/distro/run/assembly/pom.xml b/distro/run/assembly/pom.xml index 3c10e817a35..e67b73c07cc 100644 --- a/distro/run/assembly/pom.xml +++ b/distro/run/assembly/pom.xml @@ -13,6 +13,13 @@ Camunda BPM - Run - Assembly pom + + + false + + @@ -20,12 +27,26 @@ camunda-bpm-run-modules-rest ${project.version} pom + + + + * + * + + org.camunda.bpm.run camunda-bpm-run-core ${project.version} + + + + * + * + + diff --git a/distro/run/core/pom.xml b/distro/run/core/pom.xml index 4205dc89c4a..5c673393569 100644 --- a/distro/run/core/pom.xml +++ b/distro/run/core/pom.xml @@ -13,6 +13,15 @@ Camunda BPM - Run - Core jar + + + false + + compile|runtime + + @@ -38,7 +47,6 @@ org.camunda.bpm.springboot camunda-bpm-spring-boot-starter-rest - provided diff --git a/distro/run/distro/pom.xml b/distro/run/distro/pom.xml index 96c66d84c4a..5a2b26124fd 100644 --- a/distro/run/distro/pom.xml +++ b/distro/run/distro/pom.xml @@ -15,11 +15,6 @@ - - com.h2database - h2 - - org.camunda.bpm.run camunda-bpm-run-assembly @@ -40,6 +35,13 @@ camunda-bpm-run-modules-webapps ${project.version} pom + + + + * + * + + diff --git a/distro/run/modules/rest/pom.xml b/distro/run/modules/rest/pom.xml index fe1385fb2fa..4bb9bf2bbf9 100644 --- a/distro/run/modules/rest/pom.xml +++ b/distro/run/modules/rest/pom.xml @@ -12,6 +12,13 @@ camunda-bpm-run-modules-rest Camunda BPM - Run - Module REST pom + + + + false + diff --git a/distro/run/modules/webapps/pom.xml b/distro/run/modules/webapps/pom.xml index 017971f0a71..2b60367a68d 100644 --- a/distro/run/modules/webapps/pom.xml +++ b/distro/run/modules/webapps/pom.xml @@ -12,7 +12,14 @@ camunda-bpm-run-modules-webapps camunda BPM - Run - Module Webapps pom - + + + + false + + diff --git a/distro/tomcat/assembly/pom.xml b/distro/tomcat/assembly/pom.xml index a53f4a202c8..92b0428aa0c 100644 --- a/distro/tomcat/assembly/pom.xml +++ b/distro/tomcat/assembly/pom.xml @@ -14,6 +14,10 @@ camunda-tomcat 7.13.0-SNAPSHOT + + + false + camunda BPM - tomcat Assembly @@ -24,11 +28,6 @@ ${version.tomcat} tar.gz - - org.apache.tomcat - tomcat-jdbc - ${version.tomcat} - com.h2database @@ -53,6 +52,16 @@ org.camunda.bpm camunda-engine + + + org.springframework + spring-beans + + + org.springframework + spring-core + + @@ -60,11 +69,6 @@ camunda-engine-cdi - - org.camunda.bpm - camunda-engine-spring - - org.camunda.bpm.identity camunda-identity-ldap @@ -100,13 +104,6 @@ camunda-connect-connectors-all - - org.camunda.bpm - camunda-engine-rest - classes - ${project.version} - - org.camunda.bpm license-book @@ -114,11 +111,6 @@ zip - - org.freemarker - freemarker - - org.camunda.template-engines camunda-template-engines-freemarker diff --git a/distro/tomcat/webapp-standalone/pom.xml b/distro/tomcat/webapp-standalone/pom.xml index d41fcdd5462..8f94b7ffb8e 100644 --- a/distro/tomcat/webapp-standalone/pom.xml +++ b/distro/tomcat/webapp-standalone/pom.xml @@ -13,6 +13,10 @@ war camunda BPM - webapp - Tomcat Standalone + + false + + @@ -74,12 +78,10 @@ camunda-webapp-tomcat ${project.version} war - runtime org.camunda.bpm camunda-engine - runtime org.camunda.bpm diff --git a/distro/tomcat/webapp/pom.xml b/distro/tomcat/webapp/pom.xml index 6b9fa376f95..6174eccc7e3 100644 --- a/distro/tomcat/webapp/pom.xml +++ b/distro/tomcat/webapp/pom.xml @@ -11,6 +11,10 @@ org.camunda.bpm.webapp camunda-webapp-tomcat war + + + false + diff --git a/distro/wildfly/assembly/pom.xml b/distro/wildfly/assembly/pom.xml index b58a25498b2..28f482545bd 100644 --- a/distro/wildfly/assembly/pom.xml +++ b/distro/wildfly/assembly/pom.xml @@ -16,6 +16,13 @@ Assembles the camunda BPM platform and makes it ready for qa. The assembly is installed to maven later in the reactor, if the integration tests pass successfully + + + + false + diff --git a/distro/wildfly/modules/pom.xml b/distro/wildfly/modules/pom.xml index b899cbc095d..b27a762e0e4 100644 --- a/distro/wildfly/modules/pom.xml +++ b/distro/wildfly/modules/pom.xml @@ -16,6 +16,10 @@ 2.10.0 ${version.jackson} ${version.jackson} + + false @@ -36,10 +40,6 @@ commons-lang commons-lang - - joda-time - joda-time - diff --git a/engine-dmn/feel-juel/pom.xml b/engine-dmn/feel-juel/pom.xml index 8e330d25911..e14148d760c 100644 --- a/engine-dmn/feel-juel/pom.xml +++ b/engine-dmn/feel-juel/pom.xml @@ -11,6 +11,12 @@ camunda-engine-feel-juel camunda DMN - engine FEEL - JUEL + + + false + + org.camunda.bpm.dmn diff --git a/engine-dmn/feel-scala/pom.xml b/engine-dmn/feel-scala/pom.xml index f40b3116ac0..5332515e6e4 100644 --- a/engine-dmn/feel-scala/pom.xml +++ b/engine-dmn/feel-scala/pom.xml @@ -10,6 +10,12 @@ camunda-engine-feel-scala camunda DMN - engine FEEL - SCALA + + + false + + diff --git a/engine-rest/assembly/pom.xml b/engine-rest/assembly/pom.xml index d60a735ecf3..33278e8cfb7 100644 --- a/engine-rest/assembly/pom.xml +++ b/engine-rest/assembly/pom.xml @@ -10,6 +10,15 @@ ../ 7.13.0-SNAPSHOT + + + + false + compile|provided + @@ -25,20 +34,6 @@ provided - - - org.camunda.bpm - camunda-engine - provided - - - - - org.camunda.commons - camunda-commons-logging - provided - - org.camunda.bpm diff --git a/engine/pom.xml b/engine/pom.xml index 083cee6109e..bff996b76b4 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -262,6 +262,10 @@ 5025 auto true + + + false org.camunda.bpm diff --git a/pom.xml b/pom.xml index 8ba17884fcc..9b725b78e19 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.camunda camunda-bpm-release-parent - 2.0.0 + 2.1.0 @@ -29,8 +29,8 @@ 2.1 3.2.0 1.9.0 - 1.3.0 - 1.8.0 + 1.4.0 + 1.9.0 2.0.0 1.1.0 2.2.5.RELEASE diff --git a/spring-boot-starter/starter-qa/integration-test-plugins/spin/spin-dataformat-json-jackson/pom.xml b/spring-boot-starter/starter-qa/integration-test-plugins/spin/spin-dataformat-json-jackson/pom.xml index 0899cd3f35e..4a21ebf4fce 100644 --- a/spring-boot-starter/starter-qa/integration-test-plugins/spin/spin-dataformat-json-jackson/pom.xml +++ b/spring-boot-starter/starter-qa/integration-test-plugins/spin/spin-dataformat-json-jackson/pom.xml @@ -39,11 +39,6 @@ h2 - - org.camunda.spin - camunda-spin-dataformat-json-jackson - -