summaryrefslogtreecommitdiffstats
path: root/hosted-api/pom.xml
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2019-04-29 09:39:23 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2019-04-29 09:39:23 +0200
commit9b2cccc9a3c3c919ed56c0bd65ca652a797bd4a1 (patch)
tree8dcedb06b6f9dd3f6c3dd12009ff7c2592577abc /hosted-api/pom.xml
parent1749fc5eab95388e1944e42fd3110546d8c46ba3 (diff)
Move API things to new module: hosted-api
Diffstat (limited to 'hosted-api/pom.xml')
-rw-r--r--hosted-api/pom.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/hosted-api/pom.xml b/hosted-api/pom.xml
new file mode 100644
index 00000000000..3ca8c3c5fd5
--- /dev/null
+++ b/hosted-api/pom.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>vespa</artifactId>
+ <groupId>com.yahoo.vespa</groupId>
+ <version>7-SNAPSHOT</version>
+ </parent>
+ <artifactId>hosted-api</artifactId>
+ <description>Miscellaneous for tenant client -- hosted Vespa controller communication</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>config-provisioning</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>vespajlib</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project> \ No newline at end of file