aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc-cloud-aws/pom.xml
diff options
context:
space:
mode:
authorMorten Tokle <mortent@verizonmedia.com>2021-01-28 10:09:12 +0100
committerMorten Tokle <mortent@verizonmedia.com>2021-01-28 10:09:12 +0100
commit4df42a057aa03e6387f351add284d24f48a04d92 (patch)
treec65226e49b0ed72024376ac10d4dd54c0e03d52f /jdisc-cloud-aws/pom.xml
parent23a76359294ed1cf47741741c2d122fc13b1d088 (diff)
aws parameter store
Diffstat (limited to 'jdisc-cloud-aws/pom.xml')
-rw-r--r--jdisc-cloud-aws/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/jdisc-cloud-aws/pom.xml b/jdisc-cloud-aws/pom.xml
index fdefbf35376..9089c5785c7 100644
--- a/jdisc-cloud-aws/pom.xml
+++ b/jdisc-cloud-aws/pom.xml
@@ -18,6 +18,15 @@
<packaging>container-plugin</packaging>
<name>${project.artifactId}</name>
+ <dependencies>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>container-disc</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
<build>
<plugins>
<plugin>