Fixing pluginExecutionFilter issue

Change-Id: Iece9be8e8bcaa0872e37e4bac7fd435c44a5bbe3
Issue-ID: POLICY-857
Signed-off-by: waqas.ikram <waqas.ikram@ericsson.com>
diff --git a/pom.xml b/pom.xml
index 095b065..4de1ab5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,6 +99,7 @@
                                             <pluginExecutionFilter>
                                                 <groupId>org.codehaus.mojo</groupId>
                                                 <artifactId>exec-maven-plugin</artifactId>
+                                                <versionRange>[1.6.0,)</versionRange>
                                                 <goals>
                                                     <goal>java</goal>
                                                 </goals>