summaryrefslogtreecommitdiffstats
path: root/vespa-maven-plugin/pom.xml
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2019-05-03 15:32:04 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2019-05-03 15:38:09 +0200
commit5485cdb54bb73ddd9930763b1730a5e026f45f39 (patch)
treebacfc86b7faae501f8ab477aade0271ee82d2eda /vespa-maven-plugin/pom.xml
parentfd0d8e218b4f9a7afb4bb983f7ee94e8e7e94b99 (diff)
Add SubmitMojo for submitting things to the controller with signatures
Diffstat (limited to 'vespa-maven-plugin/pom.xml')
-rw-r--r--vespa-maven-plugin/pom.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/vespa-maven-plugin/pom.xml b/vespa-maven-plugin/pom.xml
index 4516c57f32a..57ce1ccadf8 100644
--- a/vespa-maven-plugin/pom.xml
+++ b/vespa-maven-plugin/pom.xml
@@ -20,6 +20,31 @@
<dependencies>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>hosted-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>config-provisioning</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>security-utils</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>vespajlib</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-cli</groupId>
+ <artifactId>commons-cli</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
</dependency>