From: Eby, Robert (re2429) Date: Thu, 26 Jul 2018 19:38:45 +0000 (-0400) Subject: Use LF standard for groupId/artifactId X-Git-Tag: 0.0.1~4 X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=e84192e195a71772c140076aa790c4b1c56c12d5;p=camunda_workflow.git Use LF standard for groupId/artifactId Change-Id: I139b97bebb1855be89266119a54363eda4659027 Signed-off-by: Eby, Robert (re2429) --- diff --git a/akraino/pom.xml b/akraino/pom.xml index 370572f..f142d61 100644 --- a/akraino/pom.xml +++ b/akraino/pom.xml @@ -1,10 +1,10 @@ 4.0.0 - org.camunda.bpm.getstarted - akraino + org.akraino + camunda_workflow 0.0.1-SNAPSHOT jar - + @@ -16,7 +16,7 @@ - + org.camunda.bpm.springboot @@ -27,30 +27,25 @@ com.h2database h2 - org.yaml snakeyaml 1.21 - - commons-net - commons-net - 3.3 - - - - com.jcraft - jsch - 0.1.54 - - + commons-net + commons-net + 3.3 + + + com.jcraft + jsch + 0.1.54 + - - - - + + + org.springframework.boot spring-boot-maven-plugin @@ -62,8 +57,6 @@ - - - - + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..f142d61 --- /dev/null +++ b/pom.xml @@ -0,0 +1,62 @@ + + 4.0.0 + org.akraino + camunda_workflow + 0.0.1-SNAPSHOT + jar + + + + + org.springframework.boot + spring-boot-dependencies + 1.5.8.RELEASE + pom + import + + + + + + + org.camunda.bpm.springboot + camunda-bpm-spring-boot-starter-webapp + 2.3.0 + + + com.h2database + h2 + + + org.yaml + snakeyaml + 1.21 + + + commons-net + commons-net + 3.3 + + + com.jcraft + jsch + 0.1.54 + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + + + + + + \ No newline at end of file