<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.6sfd</groupId>
  <artifactId>wangyan-jdbc</artifactId>
  <version>3.1.0</version>
  <name>KaiwuDB JDBC Driver</name>
  <description>kaiwuDB JDBC Driver Kaiwudb-jdbc</description>
  <url>https://www.kaiwudb.com</url>
  <inceptionYear>2025</inceptionYear>
  <organization>
    <name>KaiwuDB Global Development Group</name>
    <url>https://www.kaiwudb.com/</url>
  </organization>
  <licenses>
    <license>
      <name>BSD-2-Clause</name>
      <url>https://www.kaiwudb.com/ask/view_191_68.html</url>
      <distribution>repo</distribution>
      <comments>BSD-2-Clause, copyright KaiwuDB Global Development Group</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jaly</id>
      <name>Jaly</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://devops.inspur.com/ISG__ZDP/kwjdbc.git</connection>
    <developerConnection>scm:git:ssh://git@devops.inspur.com:30004/ISG__ZDP/kwjdbc.git</developerConnection>
    <url>https://devops.inspur.com/ISG/ZDP/gitee/ISG__ZDP/kwjdbc</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.checkerframework</groupId>
      <artifactId>checker-qual</artifactId>
      <version>3.5.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.waffle</groupId>
      <artifactId>waffle-jna</artifactId>
      <version>1.9.1</version>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
