aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc-cloud-aws/pom.xml
diff options
context:
space:
mode:
authorMorten Tokle <mortent@verizonmedia.com>2021-01-28 08:39:13 +0100
committerMorten Tokle <mortent@verizonmedia.com>2021-01-28 08:47:22 +0100
commitb7d3a81397199aa8d165a45f6c864ae791f492a2 (patch)
tree4b3799062ced6aa333eefb2772df34138d95c6a3 /jdisc-cloud-aws/pom.xml
parent2653b93a2d739573a06390c42e478faf4db8b9e9 (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>