Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
natonic committed Oct 18, 2019
1 parent 1383895 commit df69867
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>@MYSQL_CJ_VERSION@</version>
<packaging>jar</packaging>

<name>MySQL Connector/J</name>
<description>JDBC Type 4 driver for MySQL</description>

<licenses>
<license>
<name>The GNU General Public License, v2 with FOSS exception</name>
<distribution>repo</distribution>
<comments>For detailed license information see the LICENSE file in this distribution.</comments>
</license>
</licenses>

<url>http://dev.mysql.com/doc/connector-j/en/</url>

<scm>
<connection>scm:git:git@github.com:mysql/mysql-connector-j.git</connection>
<url>https://github.com/mysql/mysql-connector-j</url>
</scm>

<organization>
<name>Oracle Corporation</name>
<url>http://www.oracle.com</url>
</organization>

<dependencies>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.6.1</version>
</dependency>
</dependencies>
</project>

0 comments on commit df69867

Please sign in to comment.