diff options
| -rw-r--r-- | pom.xml | 8 | 
1 files changed, 7 insertions, 1 deletions
| @@ -87,7 +87,7 @@              </modules>              <repositories>                  <repository> -                    <id>local</id> +                    <id>moaid_local</id>                      <name>local</name>                      <url>file:${basedir}/../../../repository</url>                  </repository> @@ -246,6 +246,12 @@                  </configuration>              </plugin> +            <plugin> +            	<groupId>org.codehaus.mojo</groupId> +    			<artifactId>versions-maven-plugin</artifactId> +    			<version>2.7</version> +            </plugin> +                          		            <!-- Vulnerability checks -->  <!--             <plugin>                <groupId>org.owasp</groupId> | 
