summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-08-21 16:26:56 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2017-08-21 16:26:56 +0200
commitf10fdbb38f7aa741914092c07c3c3b8c8f188d40 (patch)
tree33cfb0939f7f629cbec8a91ea3622b9e281088c0 /pom.xml
parentfa46fd9b0b9b4939e62e849a9b29434549951aa2 (diff)
Specify version of maven-antrun-plugin
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9445de3f7d9..c668f1d925d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,11 @@
<version>3.5.2</version>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.7</version>
+ </plugin>
+ <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.4.0</version>