Skip to content

Instantly share code, notes, and snippets.

@rmannibucau
Created January 17, 2012 17:37
Show Gist options
  • Save rmannibucau/1627746 to your computer and use it in GitHub Desktop.
Save rmannibucau/1627746 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.apache.openejb</groupId>
<artifactId>tomee-maven-plugin</artifactId>
<version>0.0.1-SNAPSHOT</version>
<configuration>
<tomeeVersion>1.0.0-beta-2-SNAPSHOT</tomeeVersion>
<libs>
<lib>mysql:mysql-connector-java:5.1.18</lib>
</libs>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment