aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-maven-plugin/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 /vespa-maven-plugin/pom.xml
parent1749fc5eab95388e1944e42fd3110546d8c46ba3 (diff)
Move API things to new module: hosted-api
Diffstat (limited to 'vespa-maven-plugin/pom.xml')
-rw-r--r--vespa-maven-plugin/pom.xml16
1 files changed, 2 insertions, 14 deletions
diff --git a/vespa-maven-plugin/pom.xml b/vespa-maven-plugin/pom.xml
index b9bff8ee342..4516c57f32a 100644
--- a/vespa-maven-plugin/pom.xml
+++ b/vespa-maven-plugin/pom.xml
@@ -4,17 +4,15 @@
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>
- <groupId>ai.vespa.hosted</groupId>
- <artifactId>vespa-maven-plugin</artifactId>
<parent>
<groupId>com.yahoo.vespa</groupId>
<artifactId>parent</artifactId>
<version>7-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
- <version>7-SNAPSHOT</version>
- <packaging>maven-plugin</packaging>
+ <artifactId>vespa-maven-plugin</artifactId>
<description>Maven Plugin for deploying a Vespa application package</description>
+ <packaging>maven-plugin</packaging>
<prerequisites>
<maven>3.5.0</maven>
@@ -22,16 +20,6 @@
<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>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
</dependency>