mysql-connector-java-8.0.33.pom 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!--
  3. Copyright (c) 2006, 2022, Oracle and/or its affiliates.
  4. This program is free software; you can redistribute it and/or modify it under
  5. the terms of the GNU General Public License, version 2.0, as published by the
  6. Free Software Foundation.
  7. This program is also distributed with certain software (including but not
  8. limited to OpenSSL) that is licensed under separate terms, as designated in a
  9. particular file or component or in included license documentation. The
  10. authors of MySQL hereby grant you an additional permission to link the
  11. program and your derivative works with the separately licensed software that
  12. they have included with MySQL.
  13. Without limiting anything contained in the foregoing, this file, which is
  14. part of MySQL Connector/J, is also subject to the Universal FOSS Exception,
  15. version 1.0, a copy of which can be found at
  16. http://oss.oracle.com/licenses/universal-foss-exception.
  17. This program is distributed in the hope that it will be useful, but WITHOUT
  18. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  19. FOR A PARTICULAR PURPOSE. See the GNU General Public License, version 2.0,
  20. for more details.
  21. You should have received a copy of the GNU General Public License along with
  22. this program; if not, write to the Free Software Foundation, Inc.,
  23. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  24. -->
  25. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  26. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  27. <modelVersion>4.0.0</modelVersion>
  28. <groupId>mysql</groupId>
  29. <artifactId>mysql-connector-java</artifactId>
  30. <version>8.0.33</version>
  31. <distributionManagement>
  32. <relocation>
  33. <groupId>com.mysql</groupId>
  34. <artifactId>mysql-connector-j</artifactId>
  35. <message>MySQL Connector/J artifacts moved to reverse-DNS compliant Maven 2+ coordinates.</message>
  36. </relocation>
  37. </distributionManagement>
  38. </project>