diff options
Diffstat (limited to 'sdnr/wt/common/pom.xml')
-rw-r--r-- | sdnr/wt/common/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sdnr/wt/common/pom.xml b/sdnr/wt/common/pom.xml index d77d2949f..2254b78f1 100644 --- a/sdnr/wt/common/pom.xml +++ b/sdnr/wt/common/pom.xml @@ -120,8 +120,9 @@ <plugin> <groupId>com.github.alexcojocaru</groupId> <artifactId>elasticsearch-maven-plugin</artifactId> - <version>6.14</version> + <version>6.16</version> <configuration> + <skip>true</skip> <clusterName>testCluster</clusterName> <transportPort>9500</transportPort> <httpPort>${databaseport}</httpPort> |