mysql-connector-java-8.0.13.pom 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <project>
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>mysql</groupId>
  4. <artifactId>mysql-connector-java</artifactId>
  5. <version>8.0.13</version>
  6. <packaging>jar</packaging>
  7. <name>MySQL Connector/J</name>
  8. <description>JDBC Type 4 driver for MySQL</description>
  9. <licenses>
  10. <license>
  11. <name>The GNU General Public License, v2 with FOSS exception</name>
  12. <distribution>repo</distribution>
  13. <comments>For detailed license information see the LICENSE file in this distribution.</comments>
  14. </license>
  15. </licenses>
  16. <url>http://dev.mysql.com/doc/connector-j/en/</url>
  17. <scm>
  18. <connection>scm:git:git@github.com:mysql/mysql-connector-j.git</connection>
  19. <url>https://github.com/mysql/mysql-connector-j</url>
  20. </scm>
  21. <organization>
  22. <name>Oracle Corporation</name>
  23. <url>http://www.oracle.com</url>
  24. </organization>
  25. <dependencies>
  26. <dependency>
  27. <groupId>com.google.protobuf</groupId>
  28. <artifactId>protobuf-java</artifactId>
  29. <version>3.6.1</version>
  30. </dependency>
  31. </dependencies>
  32. </project>