mysql-connector-java-5.1.44.pom 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. <project>
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>mysql</groupId>
  4. <artifactId>mysql-connector-java</artifactId>
  5. <version>5.1.44</version>
  6. <packaging>jar</packaging>
  7. <name>MySQL Connector/J</name>
  8. <description>MySQL JDBC Type 4 driver</description>
  9. <licenses>
  10. <license>
  11. <name>The GNU General Public License, Version 2</name>
  12. <url>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html</url>
  13. <distribution>repo</distribution>
  14. <comments>MySQL Connector/J contains exceptions to GPL requirements when linking with other components
  15. that are licensed under OSI-approved open source licenses, see EXCEPTIONS-CONNECTOR-J
  16. in this distribution for more details.</comments>
  17. </license>
  18. </licenses>
  19. <url>http://dev.mysql.com/doc/connector-j/en/</url>
  20. <scm>
  21. <connection>scm:git:git@github.com:mysql/mysql-connector-j.git</connection>
  22. <url>https://github.com/mysql/mysql-connector-j</url>
  23. </scm>
  24. <organization>
  25. <name>Oracle Corporation</name>
  26. <url>http://www.oracle.com</url>
  27. </organization>
  28. </project>