<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.navercorp.spring</groupId>
  <artifactId>spring-jdbc-plus-commons</artifactId>
  <version>3.5.3</version>
  <name>Spring JDBC Plus</name>
  <description>Spring JDBC Plus</description>
  <url>http://github.com/naver/spring-jdbc-plus</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mhyeon-lee</id>
      <name>Myeonghyeon Lee</name>
      <email>mheyon.lee@gmail.com</email>
    </developer>
    <developer>
      <id>yd-2</id>
      <name>Youngdae Lee</name>
      <email>yd.2@navercorp.com</email>
    </developer>
    <developer>
      <id>chanhyeong</id>
      <name>Chanhyeong Cho</name>
      <email>chu7825@gmail.com</email>
    </developer>
    <developer>
      <id>wool0826</id>
      <name>Chanwool Jo</name>
      <email>chanwool94@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/naver/spring-jdbc-plus.git</connection>
    <developerConnection>scm:git:git://github.com/naver/spring-jdbc-plus.git</developerConnection>
    <url>https://github.com/naver/spring-jdbc-plus</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.9.20</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-core</artifactId>
      <version>6.2.10</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>3.5.5</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
