From 7df9b6b2f82636ff8536b42c3b99ebca87f1c2b0 Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Thu, 24 Nov 2016 18:26:01 +0300 Subject: [PATCH] Initial AWS module structure (related to #191) --- perspective-aws/pom.xml | 105 ++++++++++++++++++++++++++++++++++++++++ pom.xml | 1 + 2 files changed, 106 insertions(+) create mode 100644 perspective-aws/pom.xml diff --git a/perspective-aws/pom.xml b/perspective-aws/pom.xml new file mode 100644 index 00000000..e3bf5325 --- /dev/null +++ b/perspective-aws/pom.xml @@ -0,0 +1,105 @@ + + + + perspective-backend + org.meridor.perspective + 1.3.3-SNAPSHOT + + 4.0.0 + + perspective-aws + + Perspective AWS Worker + + + 1.11.60 + + + + + + com.amazonaws + aws-java-sdk-bom + ${aws-sdk.version} + pom + import + + + + + + + org.meridor.perspective + perspective-worker + + + org.slf4j + slf4j-log4j12 + + + + + com.amazonaws + aws-java-sdk-ec2 + + + com.amazonaws + aws-java-sdk-ecs + + + + junit + junit + + + org.hamcrest + hamcrest-library + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + org.apache.maven.plugins + maven-jar-plugin + + + + true + lib/ + org.meridor.perspective.worker.Worker + false + true + true + + + + + + + + + + docker + + + + org.apache.maven.plugins + maven-assembly-plugin + + + com.spotify + docker-maven-plugin + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index e05ecb62..a40bf7c9 100644 --- a/pom.xml +++ b/pom.xml @@ -49,6 +49,7 @@ perspective-api-common perspective-digital-ocean perspective-common + perspective-aws