aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a4a0a8c5..d9d04bfa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -226,7 +226,14 @@
<version>${surefire.version}</version>
</dependency>
</dependencies>
- </plugin>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>versions-maven-plugin</artifactId>
+ <version>2.7</version>
+ </plugin>
+
</plugins>
</pluginManagement>
</build>