aboutsummaryrefslogtreecommitdiffstats
path: root/client/client-deployment/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'client/client-deployment/pom.xml')
-rw-r--r--client/client-deployment/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/client/client-deployment/pom.xml b/client/client-deployment/pom.xml
index aacf34a02..b3814db74 100644
--- a/client/client-deployment/pom.xml
+++ b/client/client-deployment/pom.xml
@@ -96,7 +96,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>3.1.0</version>
<executions>
<execution>
<id>copy-common-resources-to-jar</id>
@@ -137,7 +136,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>2.4.3</version>
<executions>
<execution>
<phase>package</phase>
@@ -186,7 +184,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>2.6</version>
<configuration>
<classifier>ui</classifier>
<warSourceDirectory>src/main/resources/webapp</warSourceDirectory>