RM-4613 Further updates

This commit is contained in:
Richard Smith
2017-07-10 10:38:42 +01:00
parent a206c1e95e
commit f95e454fc0

12
pom.xml
View File

@@ -384,6 +384,18 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>${maven.resources.version}</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-filtering</artifactId>
<version>3.1.1</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
</build>