Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/pom-config.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index 052aae939..dcfc63888 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -33,7 +33,6 @@
<maven-resources-version>2.6</maven-resources-version>
<maven-antrun-version>1.7</maven-antrun-version>
<gmaven-version>1.4</gmaven-version>
- <exec-maven-version>1.2.1</exec-maven-version>
<findbugs-version>2.5.2</findbugs-version>
<!-- Check available versions at https://repository.sonatype.org/content/repositories/public/org/jacoco/jacoco-maven-plugin -->
<jacoco-version>0.5.10.201208310627</jacoco-version>
@@ -240,11 +239,6 @@
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <version>${exec-maven-version}</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>${findbugs-version}</version>
<configuration>

Back to the top