Skip to content

Instantly share code, notes, and snippets.

@php-coder
Last active December 10, 2015 22:18
Show Gist options
  • Save php-coder/4500818 to your computer and use it in GitHub Desktop.
Save php-coder/4500818 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>2.0</version>
<dependencies>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.21</version>
</dependency>
</dependencies>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment