summaryrefslogtreecommitdiffstats
path: root/bundle-plugin
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-06-22 11:49:12 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-06-22 11:49:12 +0200
commit59b3981636a8e5b432cc6eb9f46a437e69b84c2d (patch)
treef688544c2fcc6ba7f3ca5907d5e43c3ccae317ea /bundle-plugin
parent13eec4f2a677387303253ac6f9e99d44b35fae2d (diff)
Remove dependencies that are part of maven-plugin-api
Diffstat (limited to 'bundle-plugin')
-rw-r--r--bundle-plugin/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/bundle-plugin/pom.xml b/bundle-plugin/pom.xml
index 839551f5b07..4254228df5f 100644
--- a/bundle-plugin/pom.xml
+++ b/bundle-plugin/pom.xml
@@ -28,14 +28,6 @@
<version>3.1.1</version>
</dependency>
<dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-model</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-artifact</artifactId>
- </dependency>
- <dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<scope>provided</scope>