aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc-cloud-aws/pom.xml
diff options
context:
space:
mode:
authorØyvind Grønnesby <oyving@verizonmedia.com>2021-01-29 12:55:24 +0100
committerØyvind Grønnesby <oyving@verizonmedia.com>2021-01-29 12:55:24 +0100
commit53645bc2457ecf737d85c52ed8e1b1dfaf6211d1 (patch)
tree31967e177d3edff7d669d88fed5d583ddab9ab75 /jdisc-cloud-aws/pom.xml
parentbc0dda930a028eafed7dfe31bd6a0ef3a59f6dda (diff)
Initial handler to test secret store connection
Diffstat (limited to 'jdisc-cloud-aws/pom.xml')
-rw-r--r--jdisc-cloud-aws/pom.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/jdisc-cloud-aws/pom.xml b/jdisc-cloud-aws/pom.xml
index 045ac1343c8..dcedab50a64 100644
--- a/jdisc-cloud-aws/pom.xml
+++ b/jdisc-cloud-aws/pom.xml
@@ -37,6 +37,18 @@
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-ssm</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>jdisc_core</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>jdisc_http_service</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
@@ -52,4 +64,4 @@
</plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>