[MSHARED-889] - Remove explicit version for maven-shade-plugin
diff --git a/pom.xml b/pom.xml
index ed02fe7..96a102a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,10 +97,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
-        <!--
-         ! explicit overwrite cause otherwise we get an 2.4.3...instead. 
-         -->
-        <version>3.1.0</version>
         <executions>
           <execution>
             <phase>package</phase>